From: Dave Love Date: Tue, 9 Jan 2001 14:55:30 +0000 (+0000) Subject: (vc-sccs-header): Fix :type. X-Git-Tag: emacs-pretest-21.0.95~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b7c899181413b8f0f769c5f85f8bd7b11111582;p=emacs.git (vc-sccs-header): Fix :type. --- diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 0c353ebe646..c37c37e6475 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -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 @@ A string or list of strings passed to the checkin program by (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