# HG changeset patch # User Dave Love # Date 885574256 0 # Node ID 6bede5bff2c56615de4caf986827b316cf00c5cd # Parent 4f1f4b226cb0fa090a7958b14dfe9f2b69ae51fa (lisp-font-lock-keywords-1): Correct defmethod addition. diff -r 4f1f4b226cb0 -r 6bede5bff2c5 lisp/font-lock.el --- a/lisp/font-lock.el Fri Jan 23 11:06:49 1998 +0000 +++ b/lisp/font-lock.el Fri Jan 23 16:50:56 1998 +0000 @@ -1892,9 +1892,9 @@ ;; Definitions. (list (concat "(\\(def\\(" ;; Function declarations. - "\\(advice\\|alias\\|" + "\\(advice\\|alias\\|method\\|" "ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|" - "macro\\|method\\|subst\\|un\\)\\|" + "macro\\|subst\\|un\\)\\|" ;; Variable declarations. "\\(const\\|custom\\|face\\|var\\)\\|" ;; Structure declarations.