# HG changeset patch # User Gerd Moellmann # Date 990348559 0 # Node ID 26eb27929419433e2f51b321ad3b7580b8bc38be # Parent 882cf7a807b33eb7b34e3b14b06a549fe8cc77fd (lisp-font-lock-keywords-1): Add `defvaralias'. diff -r 882cf7a807b3 -r 26eb27929419 lisp/font-lock.el --- 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\\|"