mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(vc-start-entry): Prevent lossage when doing a mass checkin from
a VC-dired buffer (Andre Spiegel's code change was slightly wrong).
This commit is contained in:
parent
9ade6d5ea4
commit
7e86965908
@ -706,7 +706,7 @@ merge in the changes into your working copy."
|
||||
(set (make-local-variable 'vc-parent-buffer) parent)
|
||||
(set (make-local-variable 'vc-parent-buffer-name)
|
||||
(concat " from " (buffer-name vc-parent-buffer)))
|
||||
(vc-mode-line (or file " (no file)"))
|
||||
(if file (vc-mode-line file))
|
||||
(vc-log-mode)
|
||||
(make-local-variable 'vc-log-after-operation-hook)
|
||||
(if after-hook
|
||||
|
Loading…
Reference in New Issue
Block a user