]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-1): Minor rearrangement.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Jan 2006 14:32:16 +0000 (14:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Jan 2006 14:32:16 +0000 (14:32 +0000)
lisp/ChangeLog
lisp/font-lock.el

index a907eb5876d567c55e19debdf0ec3de9535bd687..123d97749b446580b5a1ed420089e28a00c28b72 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
+
 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
 
        * cus-edit.el (customize-rogue): Minor doc fix.
@@ -50,6 +54,7 @@
        * time.el (display-time-mail-face): Replace :group `faces' with
        `mode-line-faces'.
 
+>>>>>>> 1.8983
 2006-01-16  Kenichi Handa  <handa@m17n.org>
 
        * international/code-pages.el: Add autoload cookies for
        (Custom-reset-saved): Do not ask for confirmation in single option
        buffers.
 
+>>>>>>> 1.8978
 2006-01-13  Romain Francoise  <romain@orebokech.com>
 
        * add-log.el (add-change-log-entry, change-log-merge):
index 00394e86762c0bad7758c8085f90c16f3ecfb769..be857838ad2eee617c723f8f0bd849e1cd6f1758 100644 (file)
@@ -2043,14 +2043,14 @@ other modes in which C preprocessor directives are used. e.g. `asm-mode' and
     `(;; 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\\)"
                "\\)\\)\\>"