From e72e768b75b01340f3e9d190cb0927e7fa1c3733 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 23 Jun 2007 04:30:24 +0000 Subject: [PATCH] * vc-hg.el (vc-hg-log-view-mode): Revert incorrect change. --- lisp/ChangeLog | 2 -- lisp/vc-hg.el | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e573024c8..943898395b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -15,8 +15,6 @@ 2007-06-23 Dan Nicolaescu - * vc-hg.el (vc-hg-log-view-mode): Fix last change. - * log-view.el (log-view-mode-menu): New menu. 2007-06-22 Stefan Monnier diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 36921013b8..6a80fccbcb 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -142,7 +142,7 @@ "^changeset:[ \t]*\\([0-9]+\\):\\(.+\\)") (set (make-local-variable 'log-view-font-lock-keywords) (append - (copy-alist log-view-font-lock-keywords) + log-view-font-lock-keywords ;; Handle the case: ;; user: foo@bar '(("^user:[ \t]+\\([A-Za-z0-9_.+-]+@[A-Za-z0-9_.-]+\\)" @@ -153,7 +153,7 @@ (1 'change-log-name) (2 'change-log-email)) ("^date: \\(.+\\)" (1 'change-log-date)) - ("^summary:[ \t]+\\(.+\\)" (1 'log-view-message))))))) + ("^summary:[ \t]+\\(.+\\)" (1 'log-view-message)))))) (defun vc-hg-diff (file &optional oldvers newvers buffer) "Get a difference report using hg between two versions of FILE." -- 2.39.2