(lisp-font-lock-keywords-1): Highlight define-globalized-minor-mode as
authorChong Yidong <cyd@stupidchicken.com>
Mon, 19 Mar 2007 15:45:47 +0000 (15:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 19 Mar 2007 15:45:47 +0000 (15:45 +0000)
a keyword.

lisp/font-lock.el

index ecd4dd5..d33f243 100644 (file)
@@ -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.