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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el
Date: Fri, 04 Apr 2003 01:22:45 -0500

Index: emacs/lisp/pcvs-parse.el
diff -c emacs/lisp/pcvs-parse.el:1.14 emacs/lisp/pcvs-parse.el:1.15
*** emacs/lisp/pcvs-parse.el:1.14       Tue Feb  4 06:56:55 2003
--- emacs/lisp/pcvs-parse.el    Mon Feb 10 16:50:00 2003
***************
*** 5,11 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-parse.el,v 1.14 2003/02/04 11:56:55 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-parse.el,v 1.15 2003/02/10 21:50:00 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 274,280 ****
        (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 'DEAD file))
  
         ;; [add]
         (and
--- 274,281 ----
        (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))
  
         ;; [add]
         (and




reply via email to

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