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-cvs.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v
Date: Sun, 08 Jun 2008 15:18:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/08 15:18:28

Index: vc-cvs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-cvs.el,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -b -r1.143 -r1.144
--- vc-cvs.el   5 Jun 2008 18:52:48 -0000       1.143
+++ vc-cvs.el   8 Jun 2008 15:18:28 -0000       1.144
@@ -909,7 +909,7 @@
 
 (defun vc-cvs-dir-status (dir update-function)
   "Create a list of conses (file . state) for DIR."
-  (vc-cvs-command (current-buffer) 'async dir "status")
+  (vc-cvs-command (current-buffer) 'async dir "-f" "status")
   ;; Alternative implementation: use the "update" command instead of
   ;; the "status" command.
   ;; (vc-cvs-command (current-buffer) 'async




reply via email to

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