changeset 20645:2fa07b9c8bec

(lisp-font-lock-keywords-1): Add defmethod.
author Dave Love <fx@gnu.org>
date Mon, 12 Jan 1998 18:54:01 +0000
parents 52c939e2dd32
children a951fec2326c
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.