summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>1999-06-30 07:16:14 +0000
committerAndré Spiegel <spiegel@gnu.org>1999-06-30 07:16:14 +0000
commit2b4603f4653aa9dd8ca9d4392aedd29c91b3116b (patch)
treed3285d30cf63832fc9490ff030d1f377ed3b5537
parent9fe89e73089d74e3d8fa54a4f31d259696e10f08 (diff)
downloademacs-2b4603f4653aa9dd8ca9d4392aedd29c91b3116b.tar.gz
(vc-fetch-cvs-status): Use "-l" option for "cvs status", to make it
non-recursive.
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 700209a0a16..94c1a801634 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
-;; $Id: vc.el,v 1.248 1999/06/15 05:48:18 kwzh Exp kwzh $
+;; $Id: vc.el,v 1.249 1999/06/15 17:40:09 kwzh Exp $
;; This file is part of GNU Emacs.
@@ -1740,7 +1740,7 @@ There is a special command, `*l', to mark all files currently locked."
(let ((default-directory dir))
;; Don't specify DIR in this command, the default-directory is
;; enough. Otherwise it might fail with remote repositories.
- (vc-do-command "*vc-info*" 0 "cvs" nil nil "status")
+ (vc-do-command "*vc-info*" 0 "cvs" nil nil "status" "-l")
(save-excursion
(set-buffer (get-buffer "*vc-info*"))
(goto-char (point-min))