aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1998-02-20 14:58:27 +0000
committerSimon Marshall <[email protected]>1998-02-20 14:58:27 +0000
commit883212ce6905a2bde30bf2dd5eb647a09fd597c4 (patch)
tree163701513d947fad31df18ea7a25bc8cac2392b1 /lisp/add-log.el
parentb6908641f2bd7e8df922058478086a0f0372b065 (diff)
Changed font-lock-reference-face to font-lock-constant-face.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 62b2ef4885..2d37293d3d 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -106,7 +106,7 @@ for file A.
("^\\sw.........[0-9: ]*"
(0 font-lock-string-face)
("\\([^<]+\\)<\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)>" nil nil
- (1 font-lock-reference-face)
+ (1 font-lock-constant-face)
(2 font-lock-variable-name-face)))
;;
;; File names.