Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/pcvs-parse.el

    r4073 r4148  
    286286        (cvs-or 
    287287         (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))) 
    289290        (cvs-parsed-fileinfo 
    290291         (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))