summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-02-26 09:06:13 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-02-26 09:06:13 +0100
commitc1da4d01a99c5fff881f8de216e6e3211b48f3ee (patch)
tree0fc888c46fe741e612c37531f85ad89383689bc5
parent37d2a2d1cfa58c5334eec4f7fbabc4a2f313ab33 (diff)
downloadorg-mode-c1da4d01a99c5fff881f8de216e6e3211b48f3ee.tar.gz
Small fix
* lisp/org.el (org-fontify-meta-lines-and-blocks-1): Return a non-nil value in any case. This fixes 37d2a2d1cfa58c5334eec4f7fbabc4a2f313ab33.
-rwxr-xr-xlisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 17871a5..bf0953d 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5939,7 +5939,8 @@ by a #."
(add-text-properties (match-beginning 1) (match-end 3)
'(font-lock-fontified t face org-meta-line))
(add-text-properties (match-beginning 6) (+ (match-end 6) 1)
- '(font-lock-fontified t face org-block)))
+ '(font-lock-fontified t face org-block))
+ t)
((member dc3 '(" " ""))
(org-remove-flyspell-overlays-in beg (match-end 0))
(add-text-properties