From: Dave Love Date: Mon, 12 Jan 1998 18:54:01 +0000 (+0000) Subject: (lisp-font-lock-keywords-1): Add defmethod. X-Git-Tag: emacs-20.3~2429 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c79a131c1a16ab378fe63e4f18612b3e027119e;p=emacs.git (lisp-font-lock-keywords-1): Add defmethod. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index a37c8d519c1..4ffee68ae72 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1894,7 +1894,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." ;; Function declarations. "\\(advice\\|alias\\|" "ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|" - "macro\\|subst\\|un\\)\\|" + "macro\\|subst\\|un\\|method\\)\\|" ;; Variable declarations. "\\(const\\|custom\\|face\\|var\\)\\|" ;; Structure declarations.