Browse Source

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

This reverts commit fa315986a115028d289f4921281e44e35842a27b.

The commit broke fontification of nested emphasis like
/italic *bold* more italic/.
Ihor Radchenko 3 years ago
parent
commit
410afd6f37
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -5114,7 +5114,6 @@ stacked delimiters is N.  Escaping delimiters is not possible."
 				     '(invisible t))
 				     '(invisible t))
 		(add-text-properties (match-beginning 3) (match-end 3)
 		(add-text-properties (match-beginning 3) (match-end 3)
 				     '(invisible t)))
 				     '(invisible t)))
-              (goto-char (match-end 0))
 	      (throw :exit t))))))))
 	      (throw :exit t))))))))
 
 
 (defun org-emphasize (&optional char)
 (defun org-emphasize (&optional char)