emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el,v
Date: Thu, 17 Aug 2006 14:53:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/08/17 14:53:10

Index: pcvs-parse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcvs-parse.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- pcvs-parse.el       30 Apr 2006 15:49:08 -0000      1.27
+++ pcvs-parse.el       17 Aug 2006 14:53:09 -0000      1.28
@@ -285,6 +285,7 @@
        (and
        (cvs-or
         (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1))
+        (cvs-match "`\\(.*\\)' is no longer in the repository$" (file 1))
         (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))
        (cvs-parsed-fileinfo
         (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]