1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(lisp-font-lock-keywords-1): Recognize an autoload

cookie, even if followed by a letter.
This commit is contained in:
Richard M. Stallman 1999-09-14 17:32:51 +00:00
parent 3a5a5d3673
commit 731dd88518

View File

@ -1964,7 +1964,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
nil t))
;;
;; Emacs Lisp autoload cookies.
'("^;;;###\\(autoload\\)\\>" 1 font-lock-warning-face prepend)
'("^;;;###\\(autoload\\)" 1 font-lock-warning-face prepend)
))
"Subdued level highlighting for Lisp modes.")