Parcourir la source

Merge branch 'maint'

Bastien il y a 9 ans
Parent
commit
da83bf584d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -6361,7 +6361,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))