Mercurial > emacs
changeset 35178:ae1b8d0257a7
(vc-rcs-header): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 09 Jan 2001 14:53:56 +0000 |
parents | f7c511463b68 |
children | 1b423e7eb1eb |
files | lisp/vc-rcs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-rcs.el Tue Jan 09 14:48:25 2001 +0000 +++ b/lisp/vc-rcs.el Tue Jan 09 14:53:56 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $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 @@ (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)