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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Thu, 11 Oct 2007 23:32:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/11 23:32:33

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.470
retrieving revision 1.471
diff -u -b -r1.470 -r1.471
--- vc.el       11 Oct 2007 22:21:17 -0000      1.470
+++ vc.el       11 Oct 2007 23:32:32 -0000      1.471
@@ -1480,9 +1480,9 @@
      ((stringp state)
       (let ((revision 
             (if verbose 
-                (read-string "Version to steal: ")
-              (vc-workfile-version file))))
-       (mapc (lambda (file) (vc-steal-lock file version state) files))))
+                (read-string "Revision to steal: ")
+              (vc-working-revision file))))
+       (mapc (lambda (file) (vc-steal-lock file revision state) files))))
        ;; needs-patch
      ((eq state 'needs-patch)
       (dolist (file files)




reply via email to

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