comparison lisp/vc-rcs.el @ 35178:ae1b8d0257a7

(vc-rcs-header): Fix :type.
author Dave Love <fx@gnu.org>
date Tue, 09 Jan 2001 14:53:56 +0000
parents 1b45907ef7a8
children cd59c63d4aac
comparison
equal deleted inserted replaced
35177:f7c511463b68 35178:ae1b8d0257a7
3 ;; Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
4 4
5 ;; Author: FSF (see vc.el for full credits) 5 ;; Author: FSF (see vc.el for full credits)
6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org> 6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
7 7
8 ;; $Id: vc-rcs.el,v 1.14 2000/11/20 14:14:25 spiegel Exp $ 8 ;; $Id: vc-rcs.el,v 1.15 2001/01/08 16:25:43 spiegel Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
77 :version "21.1" 77 :version "21.1"
78 :group 'vc) 78 :group 'vc)
79 79
80 (defcustom vc-rcs-header (or (cdr (assoc 'RCS vc-header-alist)) '("\$Id\$")) 80 (defcustom vc-rcs-header (or (cdr (assoc 'RCS vc-header-alist)) '("\$Id\$"))
81 "*Header keywords to be inserted by `vc-insert-headers'." 81 "*Header keywords to be inserted by `vc-insert-headers'."
82 :type 'string 82 :type '(repeat string)
83 :version "21.1" 83 :version "21.1"
84 :group 'vc) 84 :group 'vc)
85 85
86 (defcustom vc-rcsdiff-knows-brief nil 86 (defcustom vc-rcsdiff-knows-brief nil
87 "*Indicates whether rcsdiff understands the --brief option. 87 "*Indicates whether rcsdiff understands the --brief option.