]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-1): Add defmethod.
authorDave Love <fx@gnu.org>
Mon, 12 Jan 1998 18:54:01 +0000 (18:54 +0000)
committerDave Love <fx@gnu.org>
Mon, 12 Jan 1998 18:54:01 +0000 (18:54 +0000)
lisp/font-lock.el

index a37c8d519c12ca57aa296196711fe03e9d513746..4ffee68ae720af5f82fdb95dee0b360d9a8a95fc 100644 (file)
@@ -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.