aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-03-19 15:53:24 +0000
committerChong Yidong2007-03-19 15:53:24 +0000
commit5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c (patch)
tree620190202db2a2cb5e450a882d257b980680418b
parentc2841cde5fc3be440cf8ca117439e5dd1512e535 (diff)
downloademacs-5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c.tar.gz
emacs-5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c.zip
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
2190 "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" 2190 "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|"
2191 "setf\\|subst\\*?\\|un\\*?\\|" 2191 "setf\\|subst\\*?\\|un\\*?\\|"
2192 "ine-\\(condition\\|" 2192 "ine-\\(condition\\|"
2193 "\\(?:derived\\|\\(?:global\\(:?ized\\)?-\\)?minor\\|generic\\)-mode\\|" 2193 "\\(?:derived\\|\\(?:global\\(?:ized\\)?-\\)?minor\\|generic\\)-mode\\|"
2194 "method-combination\\|setf-expander\\|skeleton\\|widget\\|" 2194 "method-combination\\|setf-expander\\|skeleton\\|widget\\|"
2195 "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" 2195 "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|"
2196 ;; Variable declarations. 2196 ;; Variable declarations.