]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-1): Add `defvaralias'.
authorGerd Moellmann <gerd@gnu.org>
Sun, 20 May 2001 08:53:44 +0000 (08:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 20 May 2001 08:53:44 +0000 (08:53 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 9401e2478b8df26291c04dec761fd9bc3646e0b8..590a4863085b5b316afb9025dd4c26d5892d1090 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
+
 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * international/ccl.el (define-ccl-program): Fix a typo.  From
@@ -30,8 +34,8 @@
        * eshell/esh-cmd.el (eshell/which):
        Use `eshell-explicit-command-char' instead of ?*.
 
-       * eshell/em-cmpl.el (eshell-completion-command-name,
-       eshell-complete-commands-list): Use `eshell-explicit-command-char'
+       * eshell/em-cmpl.el (eshell-completion-command-name)
+       (eshell-complete-commands-list): Use `eshell-explicit-command-char'
        instead of ?*.
 
 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
index 228359f37511110c49a81852898e65c3fff2bf7c..5b8cf16e7e89bf3cd7291b96cd144183a2c7adad 100644 (file)
@@ -2064,7 +2064,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
      ;; 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\\|"