diff options
| author | Juri Linkov | 2005-12-04 02:31:58 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-12-04 02:31:58 +0000 |
| commit | 140adc83fa520a1b7a1efbe56410e540e5bbaba0 (patch) | |
| tree | 991fe3ee6fcc2ecdc72f0417f70447294f2297a0 | |
| parent | 3ff522d9c54f533b7bb190939a9ef0092e663d54 (diff) | |
| download | emacs-140adc83fa520a1b7a1efbe56410e540e5bbaba0.tar.gz emacs-140adc83fa520a1b7a1efbe56410e540e5bbaba0.zip | |
(lisp-font-lock-keywords-1): Add define-global-minor-mode.
| -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. |