mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Correct a bug that was revealed during a review of new VC.
This commit is contained in:
parent
1834b39f16
commit
3f57aeb7d0
@ -3050,7 +3050,7 @@ to provide the `find-version' operation instead."
|
||||
(if (vc-find-backend-function backend 'print-log)
|
||||
(with-current-buffer "*vc*"
|
||||
(vc-call print-log (list file))
|
||||
(vc-call wash-log file)
|
||||
(vc-call-backend backend 'wash-log)
|
||||
(buffer-string))))
|
||||
|
||||
(defun vc-default-unregister (backend file)
|
||||
|
Loading…
Reference in New Issue
Block a user