From 8816386c055a4f573712a19c939e7f49c98ec24b Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 8 Dec 1998 16:04:52 +0000 Subject: [PATCH] (vc-rcs-release): Fix Type. (vc-sccs-release): Fix Type. (vc-cvs-release): Fix Type. --- lisp/vc.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index 2d4519ff31f..39c84adbf82 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.239 1998/11/04 15:09:38 spiegel Exp spiegel $ +;; $Id: vc.el,v 1.240 1998/12/02 13:34:59 spiegel Exp rost $ ;; This file is part of GNU Emacs. @@ -291,21 +291,24 @@ and that its contents match what the master file says." "*The release number of your RCS installation, as a string. If nil, VC itself computes this value when it is first needed." :type '(choice (const :tag "Auto" nil) - string) + string + (const :tag "Unknown" unknown)) :group 'vc) (defcustom vc-sccs-release nil "*The release number of your SCCS installation, as a string. If nil, VC itself computes this value when it is first needed." :type '(choice (const :tag "Auto" nil) - string) + string + (const :tag "Unknown" unknown)) :group 'vc) (defcustom vc-cvs-release nil "*The release number of your CVS installation, as a string. If nil, VC itself computes this value when it is first needed." :type '(choice (const :tag "Auto" nil) - string) + string + (const :tag "Unknown" unknown)) :group 'vc) ;; Variables the user doesn't need to know about. -- 2.39.2