Lute Kamstra <[EMAIL PROTECTED]> writes: > I changed define-generic-mode so that the name of the mode command > need not be quoted (while retaining backward compatibility). This > makes define-generic-mode more like other defining forms. I updated > the docstring of define-generic-mode to reflect this change.
What about font-locking define-generic-mode like other defining forms? Lute. Index: lisp/font-lock.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/font-lock.el,v retrieving revision 1.233 diff -c -r1.233 font-lock.el *** lisp/font-lock.el 6 Mar 2005 00:02:04 -0000 1.233 --- lisp/font-lock.el 17 Mar 2005 16:35:54 -0000 *************** *** 1902,1908 **** ;; Function declarations. "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" ! "ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. --- 1902,1908 ---- ;; Function declarations. "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" ! "ine-\\(condition\\|\\(?:derived\\|minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel