1
0
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:
Eric S. Raymond 2007-10-08 23:18:31 +00:00
parent 1834b39f16
commit 3f57aeb7d0

View File

@ -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)