Mercurial > emacs
changeset 37829:26eb27929419
(lisp-font-lock-keywords-1): Add `defvaralias'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 20 May 2001 08:49:19 +0000 |
parents | 882cf7a807b3 |
children | f8e5503a811d |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Sun May 20 04:22:47 2001 +0000 +++ b/lisp/font-lock.el Sun May 20 08:49:19 2001 +0000 @@ -2064,7 +2064,7 @@ ;; Definitions. (list (concat "(\\(def\\(" ;; Function declarations. - "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" + "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" "ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|"