# HG changeset patch # User Dave Love # Date 979052130 0 # Node ID 1b423e7eb1eb862136a7af5e857313bbc079fce7 # Parent ae1b8d0257a7f073aa9e9a6382a66623eb4889bb (vc-sccs-header): Fix :type. diff -r ae1b8d0257a7 -r 1b423e7eb1eb lisp/vc-sccs.el --- 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 -;; $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