diff options
| -rw-r--r-- | lisp/font-lock.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index e14ee816473..0b786ac71ce 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1967,7 +1967,8 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." | |||
| 1967 | ;; Function declarations. | 1967 | ;; Function declarations. |
| 1968 | "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" | 1968 | "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" |
| 1969 | "setf\\|subst\\*?\\|un\\*?\\|" | 1969 | "setf\\|subst\\*?\\|un\\*?\\|" |
| 1970 | "ine-\\(condition\\|\\(?:derived\\|minor\\|generic\\)-mode\\|" | 1970 | "ine-\\(condition\\|" |
| 1971 | "\\(?:derived\\|\\(?:global-\\)?minor\\|generic\\)-mode\\|" | ||
| 1971 | "method-combination\\|setf-expander\\|skeleton\\|widget\\|" | 1972 | "method-combination\\|setf-expander\\|skeleton\\|widget\\|" |
| 1972 | "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" | 1973 | "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" |
| 1973 | ;; Variable declarations. | 1974 | ;; Variable declarations. |