mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(lisp-font-lock-keywords-1): Minor rearrangement.
This commit is contained in:
parent
2e040f4ea1
commit
588fe8bc0a
@ -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
|
||||
@ -98,6 +103,7 @@
|
||||
(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):
|
||||
|
@ -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\\)"
|
||||
"\\)\\)\\>"
|
||||
|
Loading…
Reference in New Issue
Block a user