comparison lisp/add-log.el @ 20953:f3f9df46d008

Changed font-lock-reference-face to font-lock-constant-face.
author Simon Marshall <simon@gnu.org>
date Fri, 20 Feb 1998 14:58:27 +0000
parents 108100aa1991
children f3149849a051
comparison
equal deleted inserted replaced
20952:adcb58a1c0f3 20953:f3f9df46d008
104 '(;; 104 '(;;
105 ;; Date lines, new and old styles. 105 ;; Date lines, new and old styles.
106 ("^\\sw.........[0-9: ]*" 106 ("^\\sw.........[0-9: ]*"
107 (0 font-lock-string-face) 107 (0 font-lock-string-face)
108 ("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil 108 ("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil
109 (1 font-lock-reference-face) 109 (1 font-lock-constant-face)
110 (2 font-lock-variable-name-face))) 110 (2 font-lock-variable-name-face)))
111 ;; 111 ;;
112 ;; File names. 112 ;; File names.
113 ("^\t\\* \\([^ ,:([\n]+\\)" 113 ("^\t\\* \\([^ ,:([\n]+\\)"
114 (1 font-lock-function-name-face) 114 (1 font-lock-function-name-face)