comparison lisp/font-lock.el @ 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 a951fec2326c
children 26c5d61bc3fd
comparison
equal deleted inserted replaced
20760:4f1f4b226cb0 20761:6bede5bff2c5
1890 (list 1890 (list
1891 ;; 1891 ;;
1892 ;; Definitions. 1892 ;; Definitions.
1893 (list (concat "(\\(def\\(" 1893 (list (concat "(\\(def\\("
1894 ;; Function declarations. 1894 ;; Function declarations.
1895 "\\(advice\\|alias\\|" 1895 "\\(advice\\|alias\\|method\\|"
1896 "ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|" 1896 "ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|"
1897 "macro\\|method\\|subst\\|un\\)\\|" 1897 "macro\\|subst\\|un\\)\\|"
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 "\\)\\)\\>"