changeset 25720:56f5519d4750

(lisp-font-lock-keywords-1): Recognize an autoload cookie, even if followed by a letter.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Sep 1999 17:32:51 +0000
parents f440228994ba
children 47cdb31c3a62
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")