From f665853a1a54ca0b58f1f85a5ca86c05e34a13f0 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Mon, 21 Mar 2005 17:12:01 +0000 Subject: [PATCH] (lisp-font-lock-keywords-1): Font lock a call to define-generic-mode like a function declaration. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 2a050c9637e..5054b320e74 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1909,7 +1909,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." ;; Function declarations. "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" - "ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|" + "ine-\\(condition\\|\\(?:derived\\|minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. -- 2.39.2