Browse Source

Merge branch 'maint'

Nicolas Goaziou 9 years ago
parent
commit
61db4483f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -5801,7 +5801,7 @@ prompted for."
 
 (defun org-activate-plain-links (limit)
   "Add link properties for plain links."
-  (when (and (re-search-forward (concat org-plain-link-re) limit t)
+  (when (and (re-search-forward org-plain-link-re limit t)
 	     (not (org-in-src-block-p)))
     (let ((face (get-text-property (max (1- (match-beginning 0)) (point-min))
 				   'face))