(lisp-font-lock-keywords-1): Correct defmethod addition.
This commit is contained in:
parent
b1cb2966f4
commit
741e2425d0
1 changed files with 2 additions and 2 deletions
|
@ -1892,9 +1892,9 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
|
|||
;; 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue