Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee3275df
Commit
ee3275df
authored
Jan 09, 2001
by
Dave Love
Browse files
(vc-cvs-header): Fix :type.
parent
38119822
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/vc-cvs.el
lisp/vc-cvs.el
+2
-2
No files found.
lisp/vc-cvs.el
View file @
ee3275df
...
...
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; $Id: vc-cvs.el,v 1.1
3
200
0/11/20 14:16:18
spiegel Exp $
;; $Id: vc-cvs.el,v 1.1
4
200
1/01/08 16:24:56
spiegel Exp $
;; This file is part of GNU Emacs.
...
...
@@ -47,7 +47,7 @@ A string or list of strings passed to the checkin program by
(
defcustom
vc-cvs-header
(
or
(
cdr
(
assoc
'CVS
vc-header-alist
))
'
(
"\$Id\$"
))
"*Header keywords to be inserted by `vc-insert-headers'."
:version
"21.1"
:type
'string
:type
'
(
repeat
string
)
:group
'vc
)
(
defcustom
vc-cvs-use-edit
t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment