Mercurial > emacs
comparison lisp/font-lock.el @ 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 | bc7fabb22520 |
children | a951fec2326c |
comparison
equal
deleted
inserted
replaced
20644:52c939e2dd32 | 20645:2fa07b9c8bec |
---|---|
1892 ;; Definitions. | 1892 ;; Definitions. |
1893 (list (concat "(\\(def\\(" | 1893 (list (concat "(\\(def\\(" |
1894 ;; Function declarations. | 1894 ;; Function declarations. |
1895 "\\(advice\\|alias\\|" | 1895 "\\(advice\\|alias\\|" |
1896 "ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|" | 1896 "ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|" |
1897 "macro\\|subst\\|un\\)\\|" | 1897 "macro\\|subst\\|un\\|method\\)\\|" |
1898 ;; Variable declarations. | 1898 ;; Variable declarations. |
1899 "\\(const\\|custom\\|face\\|var\\)\\|" | 1899 "\\(const\\|custom\\|face\\|var\\)\\|" |
1900 ;; Structure declarations. | 1900 ;; Structure declarations. |
1901 "\\(class\\|group\\|struct\\|type\\)" | 1901 "\\(class\\|group\\|struct\\|type\\)" |
1902 "\\)\\)\\>" | 1902 "\\)\\)\\>" |