diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-19 15:45:47 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-19 15:45:47 +0000 |
commit | af777b43f35da5f36d253827bea1b0ae9a42b6de (patch) | |
tree | 62fc1130d1f2fb6f9d7a5f1d5860c79d30137116 /lisp/font-lock.el | |
parent | 043aa308c7c68e11189b74e38dfcbe651ec2a957 (diff) | |
download | emacs-af777b43f35da5f36d253827bea1b0ae9a42b6de.tar.gz |
(lisp-font-lock-keywords-1): Highlight define-globalized-minor-mode as
a keyword.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index ecd4dd56d9e..d33f243118a 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2190,7 +2190,7 @@ other modes in which C preprocessor directives are used. e.g. `asm-mode' and "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" "ine-\\(condition\\|" - "\\(?:derived\\|\\(?:global-\\)?minor\\|generic\\)-mode\\|" + "\\(?:derived\\|\\(?:global\\(:?ized\\)?-\\)?minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. |