summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-09-07 04:51:47 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-09-07 04:51:47 +0000
commitba0ba0b964c48dea1b0657b6039e4a5949d1c133 (patch)
treefec2f2dd0acfa56cea53140a60746cba6535f6e6
parentd24f0a9bd0381b62adcd2365b35e1056e9be0b5d (diff)
downloademacs-ba0ba0b964c48dea1b0657b6039e4a5949d1c133.tar.gz
(cvs-states): Allow `ignore' on NEED-UPDATE.
It's not crucial but can make sense at times.
-rw-r--r--lisp/pcvs-info.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el
index a26b99445c8..77e165b2462 100644
--- a/lisp/pcvs-info.el
+++ b/lisp/pcvs-info.el
@@ -1,7 +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.
+;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+;; 2000, 2004 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: pcl-cvs
@@ -274,7 +274,7 @@ to confuse some users sometimes."
;;;;
(defconst cvs-states
- `((NEED-UPDATE update diff)
+ `((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,5 +471,5 @@ DIR can also be a file."
(provide 'pcvs-info)
-;;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
+;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
;;; pcvs-info.el ends here