*** pcvs-parse.el 02 May 2006 12:55:47 +0200 1.27 --- pcvs-parse.el 15 Aug 2006 08:42:38 +0200 *************** *** 285,291 **** (and (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 (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file)) --- 285,291 ---- (and (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 (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))