diff options
Diffstat (limited to 'lisp/pcvs-parse.el')
| -rw-r--r-- | lisp/pcvs-parse.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el index 0193939606c..bd493126532 100644 --- a/lisp/pcvs-parse.el +++ b/lisp/pcvs-parse.el | |||
| @@ -285,7 +285,8 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'." | |||
| 285 | (and | 285 | (and |
| 286 | (cvs-or | 286 | (cvs-or |
| 287 | (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1)) | 287 | (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1)) |
| 288 | (cvs-match "\\(.*\\) is no longer in the repository$" (file 1))) | 288 | (cvs-match "`\\(.*\\)' is no longer in the repository$" (file 1)) |
| 289 | (cvs-match "\\(.*\\) is no longer in the repository$" (file 1))) | ||
| 289 | (cvs-parsed-fileinfo | 290 | (cvs-parsed-fileinfo |
| 290 | (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file)) | 291 | (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file)) |
| 291 | 292 | ||