# HG changeset patch # User Eric S. Raymond # Date 1191885511 0 # Node ID c8e66f35aef2a9b1c8cae9c7a3cdc694f4b046fa # Parent 8fb95bcda144e03b589259f64e6cc61ab8644616 Correct a bug that was revealed during a review of new VC. diff -r 8fb95bcda144 -r c8e66f35aef2 lisp/vc.el --- a/lisp/vc.el Mon Oct 08 20:07:16 2007 +0000 +++ b/lisp/vc.el Mon Oct 08 23:18:31 2007 +0000 @@ -3050,7 +3050,7 @@ (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)