diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-19 15:53:24 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-19 15:53:24 +0000 |
commit | 5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c (patch) | |
tree | 620190202db2a2cb5e450a882d257b980680418b /lisp/font-lock.el | |
parent | c2841cde5fc3be440cf8ca117439e5dd1512e535 (diff) | |
download | emacs-5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c.tar.gz emacs-5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c.tar.bz2 emacs-5da23a933ab1d7a648ad96fa3c9f1f9577b4ff0c.zip |
Fix typo in last commit.
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 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. |