changeset 49689:278d7d142185

(cvs-parse-table): "no longer in repo" does not make the file dead if we used the -n arg.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 10 Feb 2003 21:50:00 +0000
parents 372d20665473
children e2f33e589249
files lisp/pcvs-parse.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/pcvs-parse.el	Mon Feb 10 21:48:38 2003 +0000
+++ b/lisp/pcvs-parse.el	Mon Feb 10 21:50:00 2003 +0000
@@ -5,7 +5,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-parse.el,v 1.13 2002/09/03 01:23:15 monnier Exp $
+;; Revision: $Id: pcvs-parse.el,v 1.14 2003/02/04 11:56:55 lektu Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -274,7 +274,8 @@
 	(cvs-or
 	 (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1))
 	 (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))
-	(cvs-parsed-fileinfo 'DEAD file))
+	(cvs-parsed-fileinfo
+	 (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))
 
        ;; [add]
        (and