From 8b7c899181413b8f0f769c5f85f8bd7b11111582 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 9 Jan 2001 14:55:30 +0000 Subject: [PATCH] (vc-sccs-header): Fix :type. --- lisp/vc-sccs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5