# HG changeset patch # User Dave Love # Date 884631241 0 # Node ID 2fa07b9c8bec1ddbdf8b9f37f0055df994810d9f # Parent 52c939e2dd326139039a83952892d86fe6b45bf0 (lisp-font-lock-keywords-1): Add defmethod. diff -r 52c939e2dd32 -r 2fa07b9c8bec lisp/font-lock.el --- a/lisp/font-lock.el Mon Jan 12 12:52:55 1998 +0000 +++ b/lisp/font-lock.el Mon Jan 12 18:54:01 1998 +0000 @@ -1894,7 +1894,7 @@ ;; 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.