summaryrefslogtreecommitdiff
path: root/lisp/vc/add-log.el
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2017-03-08 13:32:21 -0500
committerSam Steingold <sds@gnu.org>2017-03-08 13:32:21 -0500
commite4fff0ff2a2f3526c7b2f82100b5ad56b7b481a1 (patch)
tree342d03917ff38ce0376e512f1bd184f8ebc6e3c0 /lisp/vc/add-log.el
parenta158b351e754329c92f87178090df49824fdcb00 (diff)
downloademacs-e4fff0ff2a2f3526c7b2f82100b5ad56b7b481a1.tar.gz
Replace change-log-date-face -> change-log-date
This fixes c430f7e23fc2c22f251ace4254e37dea1452dfc3.
Diffstat (limited to 'lisp/vc/add-log.el')
-rw-r--r--lisp/vc/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el
index ceef5724dce..91c69202dd5 100644
--- a/lisp/vc/add-log.el
+++ b/lisp/vc/add-log.el
@@ -240,7 +240,7 @@ a case simply use the directory containing the changed file."
;; addition, using any kind of fixed setting like this doesn't
;; work if a user customizes add-log-time-format.
("^[0-9-]+ +\\|^ \\{11,\\}\\|^\t \\{3,\\}\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) [A-z][a-z][a-z] [0-9:+ ]+"
- (0 'change-log-date-face)
+ (0 'change-log-date)
;; Name and e-mail; some people put e-mail in parens, not angles.
("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.+-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil
(1 'change-log-name)