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-info.el


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

Index: emacs/lisp/pcvs-info.el
diff -c emacs/lisp/pcvs-info.el:1.14 emacs/lisp/pcvs-info.el:1.15
*** emacs/lisp/pcvs-info.el:1.14        Tue Jan 14 16:53:39 2003
--- emacs/lisp/pcvs-info.el     Tue Feb  4 06:53:11 2003
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-info.el,v 1.14 2003/01/14 21:53:39 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-info.el,v 1.15 2003/02/04 11:53:11 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 170,176 ****
                  ;; untouched version resides.
  
    ;; The meaning of the type field:
!   
    ;; Value          ---Used by---     Explanation
    ;;                update status
    ;; NEED-UPDATE              x       file needs update
--- 170,176 ----
                  ;; untouched version resides.
  
    ;; The meaning of the type field:
! 
    ;; Value          ---Used by---     Explanation
    ;;                update status
    ;; NEED-UPDATE              x       file needs update
***************
*** 269,277 ****
        (error "Invalid :%s in cvs-fileinfo %s" check fi))))
  
  
! ;;;; 
  ;;;; State table to indicate what you can do when.
! ;;;; 
  
  (defconst cvs-states
    `((NEED-UPDATE      update diff)
--- 269,277 ----
        (error "Invalid :%s in cvs-fileinfo %s" check fi))))
  
  
! ;;;;
  ;;;; State table to indicate what you can do when.
! ;;;;
  
  (defconst cvs-states
    `((NEED-UPDATE      update diff)




reply via email to

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