From 7c5312b237c5291d4cb6cad114a99d8b20697c82 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 20 May 2001 08:53:44 +0000 Subject: [PATCH] (lisp-font-lock-keywords-1): Add `defvaralias'. --- lisp/ChangeLog | 8 ++++++-- lisp/font-lock.el | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9401e2478b8..590a4863085 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-05-20 Gerd Moellmann + + * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'. + 2001-05-20 Eli Zaretskii * 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 diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 228359f3751..5b8cf16e7e8 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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\\|" -- 2.39.5