Selaa lähdekoodia

Merge branch 'maint'

Bastien Guerry 11 vuotta sitten
vanhempi
commit
f531d06f80
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -5737,7 +5737,7 @@ This should be called after the variable `org-link-types' has changed."
 				   '(invisible org-link))
 	      (add-text-properties (match-beginning 3) (match-end 3)
 				   '(invisible org-link)))))
-      (backward-char 1))
+      (goto-char (1+ (match-beginning 0))))
     rtn))
 
 (defun org-emphasize (&optional char)