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