aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/pcvs-defs.el3
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 @@
5;; Author: Stefan Monnier <monnier@cs.yale.edu> 5;; Author: Stefan Monnier <monnier@cs.yale.edu>
6;; Keywords: pcl-cvs 6;; Keywords: pcl-cvs
7;; Version: $Name: $ 7;; Version: $Name: $
8;; Revision: $Id: pcvs-defs.el,v 1.3 2000/03/22 02:56:51 monnier Exp $ 8;; Revision: $Id: pcvs-defs.el,v 1.4 2000/06/11 22:35:19 monnier Exp $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -68,6 +68,7 @@ versions, such as the one in SunOS-4.")
68 68
69(defgroup pcl-cvs nil 69(defgroup pcl-cvs nil
70 "Special support for the CVS versioning system." 70 "Special support for the CVS versioning system."
71 :version "21.1"
71 :group 'tools 72 :group 'tools
72 :prefix "cvs-") 73 :prefix "cvs-")
73 74