From f0e7c067eb2d0354a16ec9f565c9dac7ed69260a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 9 Jan 2001 14:53:56 +0000 Subject: [PATCH] (vc-rcs-header): Fix :type. --- lisp/vc-rcs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 0c29fd2672e..92676717cde 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-rcs.el,v 1.14 2000/11/20 14:14:25 spiegel Exp $ +;; $Id: vc-rcs.el,v 1.15 2001/01/08 16:25:43 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -79,7 +79,7 @@ These are passed to the checkout program by \\[vc-rcs-checkout]." (defcustom vc-rcs-header (or (cdr (assoc 'RCS vc-header-alist)) '("\$Id\$")) "*Header keywords to be inserted by `vc-insert-headers'." - :type 'string + :type '(repeat string) :version "21.1" :group 'vc) -- 2.11.4.GIT