# HG changeset patch # User Richard M. Stallman # Date 937330371 0 # Node ID 56f5519d47504c742c9ca80a9baa6f5e3bdddd1d # Parent f440228994baf49a2da732497dcbe28a301836ac (lisp-font-lock-keywords-1): Recognize an autoload cookie, even if followed by a letter. diff -r f440228994ba -r 56f5519d4750 lisp/font-lock.el --- a/lisp/font-lock.el Tue Sep 14 16:57:40 1999 +0000 +++ b/lisp/font-lock.el Tue Sep 14 17:32:51 1999 +0000 @@ -1964,7 +1964,7 @@ 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.")