summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2015-08-16 15:14:27 +0200
committerBastien <bzg@gnu.org>2015-08-16 15:14:27 +0200
commitc27c101fa3ea4f8c8169a5ec52beb2b188aeb6b5 (patch)
tree252fe9e2365c21880f691e1ad96a03791bca2fc3
parentd3fd2d04ba6f17023806814eadcfe63384db6ecc (diff)
downloadorg-mode-c27c101fa3ea4f8c8169a5ec52beb2b188aeb6b5.tar.gz
org.el: Fix `org-comment-string' fontification
* org.el (org-set-font-lock-defaults): Don't fontify `org-comment-string' when not in a headline.
-rwxr-xr-xlisp/org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ec4a59c..367d7e1 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -6365,7 +6365,6 @@ needs to be inserted at a specific position in the font-lock sequence.")
":\\).*$")
'(1 'org-tag-group prepend)))
;; Special keywords
- (list (concat "\\<" org-comment-string) '(0 'org-special-keyword t))
(list (concat "\\<" org-deadline-string) '(0 'org-special-keyword t))
(list (concat "\\<" org-scheduled-string) '(0 'org-special-keyword t))
(list (concat "\\<" org-closed-string) '(0 'org-special-keyword t))