diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-27 06:32:28 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-27 06:32:28 +0100 |
commit | 4fedbfbfca87849db343c09c4006b52c845f95d2 (patch) | |
tree | 1eb7fbcbe22c23aa33622e97c1549e7267c04a16 /lisp/org/org.el | |
parent | 53cf2cf81b224aab8a777aea847fbdc1e7a6b903 (diff) | |
parent | d4e2850b323fdce7b4d658ece50f6071432deae8 (diff) | |
download | emacs-4fedbfbfca87849db343c09c4006b52c845f95d2.tar.gz emacs-4fedbfbfca87849db343c09c4006b52c845f95d2.tar.bz2 emacs-4fedbfbfca87849db343c09c4006b52c845f95d2.zip |
Merge from origin/emacs-28
d4e2850b32 Update to Org 9.5.2-3-geb9f34
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) |