Browse Source

Small fix

* lisp/org.el (org-fontify-meta-lines-and-blocks-1): Return a non-nil
  value in any case.  This fixes
  37d2a2d1cfa58c5334eec4f7fbabc4a2f313ab33.
Nicolas Goaziou 10 years ago
parent
commit
c1da4d01a9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org.el

+ 2 - 1
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