1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(vc-git-log-view-mode): Undo inadvertent change.

This commit is contained in:
Dan Nicolaescu 2009-09-15 17:52:42 +00:00
parent 8fed6934e5
commit 79d316d36d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.

View File

@ -532,7 +532,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
(set (make-local-variable 'log-view-message-re)
(if vc-short-log
"^\\(?:[*/\\| ]+ \\)?\\([0-9a-z]+\\) \\([-a-z0-9]+\\) \\(.*\\)"
"^[ */\\|]+commit *\\([0-9a-z]+\\)"))
"^commit *\\([0-9a-z]+\\)"))
(set (make-local-variable 'log-view-font-lock-keywords)
(if vc-short-log
(append