From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] org.el (org-offer-links-in-entry): Reuse global variable Date: Tue, 20 May 2014 23:08:45 +0200 Message-ID: <87vbt0qhsy.fsf@bzg.ath.cx> References: <87k39zmcw2.fsf@bzg.ath.cx> <1399826009-369-1-git-send-email-tarleb@moltkeplatz.de> <1399826009-369-2-git-send-email-tarleb@moltkeplatz.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrHL-0008CQ-A5 for emacs-orgmode@gnu.org; Tue, 20 May 2014 17:09:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmrHF-0004kw-Ai for emacs-orgmode@gnu.org; Tue, 20 May 2014 17:08:55 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:45254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmrHF-0004kr-3y for emacs-orgmode@gnu.org; Tue, 20 May 2014 17:08:49 -0400 Received: by mail-wi0-f182.google.com with SMTP id r20so1683408wiv.15 for ; Tue, 20 May 2014 14:08:48 -0700 (PDT) In-Reply-To: <1399826009-369-2-git-send-email-tarleb@moltkeplatz.de> (Albert Krewinkel's message of "Sun, 11 May 2014 18:33:29 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Albert Krewinkel Cc: emacs-orgmode@gnu.org Hi Albert, Albert Krewinkel writes: > * org.el (org-offer-links-in-entry): Use global variable > `org-any-link-re' instead of defining a string-equal local variable. > > The `re' variable defined in function `org-offer-links-in-entry' is > string-equal to `org-any-link-re' and is hence replaced by the latter. > > TINYCHANGE Finally applied, thanks! -- Bastien