]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-fetch-cvs-status): Use "-l" option for "cvs status", to make it
authorAndré Spiegel <spiegel@gnu.org>
Wed, 30 Jun 1999 07:16:14 +0000 (07:16 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Wed, 30 Jun 1999 07:16:14 +0000 (07:16 +0000)
non-recursive.

lisp/vc.el

index 700209a0a16654ce8c05b2d5e72f642d4023088b..94c1a801634817b2742f7419ef1c7cc7910651fc 100644 (file)
@@ -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))