aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/pcvs-parse.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el
index 1b2db2eb18a..e7df8917ae0 100644
--- a/lisp/pcvs-parse.el
+++ b/lisp/pcvs-parse.el
@@ -5,7 +5,7 @@
5 5
6;; Author: Stefan Monnier <monnier@cs.yale.edu> 6;; Author: Stefan Monnier <monnier@cs.yale.edu>
7;; Keywords: pcl-cvs 7;; Keywords: pcl-cvs
8;; Revision: $Id: pcvs-parse.el,v 1.13 2002/09/03 01:23:15 monnier Exp $ 8;; Revision: $Id: pcvs-parse.el,v 1.14 2003/02/04 11:56:55 lektu Exp $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -274,7 +274,8 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
274 (cvs-or 274 (cvs-or
275 (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1)) 275 (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1))
276 (cvs-match "\\(.*\\) is no longer in the repository$" (file 1))) 276 (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))
277 (cvs-parsed-fileinfo 'DEAD file)) 277 (cvs-parsed-fileinfo
278 (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))
278 279
279 ;; [add] 280 ;; [add]
280 (and 281 (and