org.el (org-offer-links-in-entry): Reuse global variable
commitd2b7c50880704e63fd54a528799abd5af47a6b3b
authorAlbert Krewinkel <tarleb@moltkeplatz.de>
Sun, 11 May 2014 16:33:29 +0000 (11 18:33 +0200)
committerBastien Guerry <bzg@altern.org>
Tue, 20 May 2014 21:08:27 +0000 (20 23:08 +0200)
tree13057829d3826e54febf35ee66df5938c6afdb20
parent74168eea55e9a8da8bdc5c90d4466097a730f2e9
org.el (org-offer-links-in-entry): Reuse global variable

* 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
lisp/org.el