From: Dave Love Date: Tue, 9 Jan 2001 14:53:56 +0000 (+0000) Subject: (vc-rcs-header): Fix :type. X-Git-Tag: emacs-pretest-21.0.95~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e7c067eb2d0354a16ec9f565c9dac7ed69260a;p=emacs.git (vc-rcs-header): Fix :type. --- 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)