summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-03-19 15:53:24 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-03-19 15:53:24 +0000
commit5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c (patch)
tree620190202db2a2cb5e450a882d257b980680418b
parentc2841cde5fc3be440cf8ca117439e5dd1512e535 (diff)
downloademacs-5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c.tar.gz
Fix typo in last commit.
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index d33f243118a..fafc8583341 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\\(:?ized\\)?-\\)?minor\\|generic\\)-mode\\|"
+ "\\(?:derived\\|\\(?:global\\(?:ized\\)?-\\)?minor\\|generic\\)-mode\\|"
"method-combination\\|setf-expander\\|skeleton\\|widget\\|"
"function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|"
;; Variable declarations.