From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-match-string-no-properties vs. match-string-[no-]properties Date: Thu, 30 Jun 2016 13:38:39 +0200 Message-ID: <8760sq3o00.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIaIz-0000QZ-Ok for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 07:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIaIy-0003Gb-1H for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 07:38:48 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIaIx-0003FE-Re for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 07:38:47 -0400 In-Reply-To: (Michael Welle's message of "Thu, 30 Jun 2016 12:55:52 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Michael Welle Cc: emacs-orgmode@gnu.org Hello, Michael Welle writes: > org-compat.el has this line: > > (define-obsolete-function-alias 'org-match-string-no-properties 'match-string-properties "Org 9.0") > > Shouldn't it be match-string-no-properties? Good catch. Fixed. Thank you. Regards, -- Nicolas Goaziou