diff options
Diffstat (limited to 'lisp/org/org.el')
-rw-r--r-- | lisp/org/org.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index bddc319bf6a..e54bccdf2ec 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -9,7 +9,7 @@ ;; Homepage: https://orgmode.org ;; Package-Requires: ((emacs "25.1")) -;; Version: 9.5.1 +;; Version: 9.5.2 ;; This file is part of GNU Emacs. ;; @@ -5114,7 +5114,6 @@ stacked delimiters is N. Escaping delimiters is not possible." '(invisible t)) (add-text-properties (match-beginning 3) (match-end 3) '(invisible t))) - (goto-char (match-end 0)) (throw :exit t)))))))) (defun org-emphasize (&optional char) |