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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Wed, 30 Apr 2008 08:13:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/30 08:13:10

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -b -r1.595 -r1.596
--- vc.el       30 Apr 2008 05:40:24 -0000      1.595
+++ vc.el       30 Apr 2008 08:13:09 -0000      1.596
@@ -1953,7 +1953,7 @@
   (let ((backend (vc-backend file)))
     (with-vc-properties (list file)
       (condition-case err
-          (vc-call-backend 'checkout file writable rev)
+          (vc-call-backend backend 'checkout file writable rev)
         (file-error
          ;; Maybe the backend is not installed ;-(
          (when writable




reply via email to

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