mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-07 14:03:08 +00:00
Small fix
* lisp/org.el (org-fontify-meta-lines-and-blocks-1): Return a non-nil
value in any case. This fixes
37d2a2d1cf
.
This commit is contained in:
parent
37d2a2d1cf
commit
c1da4d01a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user