瀏覽代碼

Merge branch 'maint'

Bastien Guerry 11 年之前
父節點
當前提交
f531d06f80
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))
 				   '(invisible org-link))
 	      (add-text-properties (match-beginning 3) (match-end 3)
 	      (add-text-properties (match-beginning 3) (match-end 3)
 				   '(invisible org-link)))))
 				   '(invisible org-link)))))
-      (backward-char 1))
+      (goto-char (1+ (match-beginning 0))))
     rtn))
     rtn))
 
 
 (defun org-emphasize (&optional char)
 (defun org-emphasize (&optional char)