Revert "org-do-emphasis-faces: Never treat closing marker as next opening marker"

This reverts commit fa315986a1.

The commit broke fontification of nested emphasis like
/italic *bold* more italic/.
This commit is contained in:
Ihor Radchenko 2021-10-27 14:51:29 +08:00
parent f2b52f411c
commit 52cdf53328
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 0 additions and 1 deletions

View File

@ -5129,7 +5129,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)