Mercurial > emacs
changeset 85090:c8e66f35aef2
Correct a bug that was revealed during a review of new VC.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Mon, 08 Oct 2007 23:18:31 +0000 |
parents | 8fb95bcda144 |
children | fecb5847ec94 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)