summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2008-06-08 15:18:28 +0000
committerAndreas Schwab <schwab@suse.de>2008-06-08 15:18:28 +0000
commitc3f777043824934ba786cdddf268aa6bab22bdb6 (patch)
treecba5c90e3696851ec32ff2502b835d32f23b7309 /lisp/vc-cvs.el
parent2facccac27e7401285a38e4ea7df35a1acb78344 (diff)
downloademacs-c3f777043824934ba786cdddf268aa6bab22bdb6.tar.gz
(vc-cvs-dir-status): Pass -f to cvs.
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r--lisp/vc-cvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index 5fc9206dec0..6c3d4fe5c18 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -909,7 +909,7 @@ state."
(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