emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 08 Oct 2007 23:18:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/10/08 23:18:32

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -b -r1.460 -r1.461
--- vc.el       6 Oct 2007 14:36:09 -0000       1.460
+++ vc.el       8 Oct 2007 23:18:31 -0000       1.461
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]