changeset 35179:1b423e7eb1eb

(vc-sccs-header): Fix :type.
author Dave Love <fx@gnu.org>
date Tue, 09 Jan 2001 14:55:30 +0000
parents ae1b8d0257a7
children f4733aab37df
files lisp/vc-sccs.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-sccs.el	Tue Jan 09 14:53:56 2001 +0000
+++ b/lisp/vc-sccs.el	Tue Jan 09 14:55:30 2001 +0000
@@ -5,7 +5,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-sccs.el,v 1.5 2000/11/16 18:14:41 spiegel Exp $
+;; $Id: vc-sccs.el,v 1.6 2001/01/08 16:26:44 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -46,7 +46,7 @@
 
 (defcustom vc-sccs-header (or (cdr (assoc 'SCCS vc-header-alist)) '("%W%"))
   "*Header keywords to be inserted by `vc-insert-headers'."
-  :type 'string
+  :type '(repeat string)
   :group 'vc)
 
 ;;;###autoload