From 731dd88518ab3c15631bfb794d3f7a4cf30b389d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Sep 1999 17:32:51 +0000 Subject: [PATCH] (lisp-font-lock-keywords-1): Recognize an autoload cookie, even if followed by a letter. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index fe45bf5675a..9dcb8a3facb 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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.") -- 2.39.5