summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-04-27 18:54:51 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-04-27 18:54:51 +0200
commit7cfc9ce95fd42b68b829decdb3eefd7d0ba74a93 (patch)
tree8a72d8db90f13323af6042e8b705213b55d28863
parent72124726aaaf0410fd693643e3798595a7497187 (diff)
parent42abf5c6954dee8410e33d0c5140d3b36c9d1c15 (diff)
downloadorg-mode-7cfc9ce95fd42b68b829decdb3eefd7d0ba74a93.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index b5b9798..94713a7 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5064,7 +5064,7 @@ stacked delimiters is N. Escaping delimiters is not possible."
(not (and (save-match-data (org-match-line "[ \t]*|"))
(string-match-p "|" (match-string 4))))))
(pcase-let ((`(,_ ,face ,_) (assoc marker org-emphasis-alist)))
- (font-lock-prepend-text-property
+ (font-lock-append-text-property
(match-beginning 2) (match-end 2) 'face face)
(when verbatim?
(org-remove-flyspell-overlays-in