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:
parent
8fed6934e5
commit
79d316d36d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user