changeset 20761:6bede5bff2c5

(lisp-font-lock-keywords-1): Correct defmethod addition.
author Dave Love <fx@gnu.org>
date Fri, 23 Jan 1998 16:50:56 +0000
parents 4f1f4b226cb0
children ec3a35db5352
files lisp/font-lock.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.