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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-info.el [lexbind]
Date: Wed, 15 Sep 2004 20:33:50 -0400

Index: emacs/lisp/pcvs-info.el
diff -c emacs/lisp/pcvs-info.el:1.9.2.4 emacs/lisp/pcvs-info.el:1.9.2.5
*** emacs/lisp/pcvs-info.el:1.9.2.4     Tue Apr 27 14:08:30 2004
--- emacs/lisp/pcvs-info.el     Thu Sep 16 00:12:21 2004
***************
*** 1,7 ****
  ;;; pcvs-info.el --- internal representation of a fileinfo entry
  
! ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2004
! ;;           Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
--- 1,7 ----
  ;;; pcvs-info.el --- internal representation of a fileinfo entry
  
! ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;;   2000, 2004  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
***************
*** 274,280 ****
  ;;;;
  
  (defconst cvs-states
!   `((NEED-UPDATE      update diff)
      (UP-TO-DATE               update nil remove diff safe-rm revert)
      (MODIFIED         update commit undo remove diff merge diff-base)
      (ADDED            update commit remove)
--- 274,280 ----
  ;;;;
  
  (defconst cvs-states
!   `((NEED-UPDATE      update diff ignore)
      (UP-TO-DATE               update nil remove diff safe-rm revert)
      (MODIFIED         update commit undo remove diff merge diff-base)
      (ADDED            update commit remove)
***************
*** 471,475 ****
  
  (provide 'pcvs-info)
  
! ;;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
  ;;; pcvs-info.el ends here
--- 471,475 ----
  
  (provide 'pcvs-info)
  
! ;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
  ;;; pcvs-info.el ends here




reply via email to

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