Mercurial > emacs
changeset 28069:bd586b823051
(lisp-font-lock-keywords-1): Highlight
`(defun (setf foo)' differently.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 09 Mar 2000 13:28:42 +0000 |
parents | 36b889aba7a2 |
children | 7079931424be |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu Mar 09 00:45:15 2000 +0000 +++ b/lisp/font-lock.el Thu Mar 09 13:28:42 2000 +0000 @@ -2094,7 +2094,7 @@ "\\)\\)\\>" ;; Any whitespace and defined object. "[ \t'\(]*" - "\\(\\sw+\\)?") + "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?") '(1 font-lock-keyword-face) '(9 (cond ((match-beginning 3) font-lock-function-name-face) ((match-beginning 6) font-lock-variable-name-face)