diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 4ef359e6c1c..9b8f5583a65 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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) |