diff options
Diffstat (limited to 'lisp/vc/vc-mtn.el')
-rw-r--r-- | lisp/vc/vc-mtn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index 0b832aaf390..ac95da08f1f 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el @@ -250,7 +250,7 @@ If LIMIT is non-nil, show no more than this many entries." (set (make-local-variable 'log-view-font-lock-keywords) (append log-view-font-lock-keywords '(("^[ |]+Author: \\(.*\\)" (1 'change-log-email)) - ("^[ |]+Date: \\(.*\\)" (1 'change-log-date-face)))))) + ("^[ |]+Date: \\(.*\\)" (1 'change-log-date)))))) ;; (defun vc-mtn-show-log-entry (revision) ;; ) |