Mercurial > emacs
changeset 68234:95acdeaf74a2
(lisp-font-lock-keywords-1): Minor rearrangement.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 17 Jan 2006 14:32:08 +0000 |
parents | 614685c4f18f |
children | 2b5c49f37c59 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Tue Jan 17 04:34:20 2006 +0000 +++ b/lisp/font-lock.el Tue Jan 17 14:32:08 2006 +0000 @@ -2043,14 +2043,14 @@ `(;; Definitions. (,(concat "(\\(def\\(" ;; Function declarations. - "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" + "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" "ine-\\(condition\\|" "\\(?:derived\\|\\(?:global-\\)?minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. - "\\(const\\(ant\\)?\\|custom\\|face\\|parameter\\|var\\)\\|" + "\\(const\\(ant\\)?\\|custom\\|varalias\\|face\\|parameter\\|var\\)\\|" ;; Structure declarations. "\\(class\\|group\\|theme\\|package\\|struct\\|type\\)" "\\)\\)\\>"