]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct a bug that was revealed during a review of new VC.
authorEric S. Raymond <esr@snark.thyrsus.com>
Mon, 8 Oct 2007 23:18:31 +0000 (23:18 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Mon, 8 Oct 2007 23:18:31 +0000 (23:18 +0000)
lisp/vc.el

index 4ef359e6c1cd2f2bb21ed59f92224a3ad6a344cc..9b8f5583a653a2539b822044c114fb934ea61fa8 100644 (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)