Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2021-05-01 18:40:26 +02:00
commit 6ceb4c1c89
1 changed files with 2 additions and 2 deletions

View File

@ -5075,9 +5075,9 @@ stacked delimiters is N. Escaping delimiters is not possible."
(when (and org-hide-emphasis-markers
(not (org-at-comment-p)))
(add-text-properties (match-end 4) (match-beginning 5)
'(invisible org-link))
'(invisible t))
(add-text-properties (match-beginning 3) (match-end 3)
'(invisible org-link)))
'(invisible t)))
(throw :exit t))))))))
(defun org-emphasize (&optional char)