diff options
Diffstat (limited to 'lisp/pcvs-defs.el')
-rw-r--r-- | lisp/pcvs-defs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 9e802f4b494..51262372a33 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el @@ -5,7 +5,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs ;; Version: $Name: $ -;; Revision: $Id: pcvs-defs.el,v 1.3 2000/03/22 02:56:51 monnier Exp $ +;; Revision: $Id: pcvs-defs.el,v 1.4 2000/06/11 22:35:19 monnier Exp $ ;; This file is part of GNU Emacs. @@ -68,6 +68,7 @@ versions, such as the one in SunOS-4.") (defgroup pcl-cvs nil "Special support for the CVS versioning system." + :version "21.1" :group 'tools :prefix "cvs-") |