Mercurial > emacs
changeset 67290:562153259d35
(lisp-font-lock-keywords-1): Add define-global-minor-mode.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 04 Dec 2005 02:31:58 +0000 |
parents | cf2274237464 |
children | cf5b42f7a962 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Sun Dec 04 02:30:37 2005 +0000 +++ b/lisp/font-lock.el Sun Dec 04 02:31:58 2005 +0000 @@ -1967,7 +1967,8 @@ ;; Function declarations. "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" - "ine-\\(condition\\|\\(?:derived\\|minor\\|generic\\)-mode\\|" + "ine-\\(condition\\|" + "\\(?:derived\\|\\(?:global-\\)?minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations.