1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

* lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.

This commit is contained in:
Glenn Morris 2018-03-23 20:31:53 -04:00
parent e7172a42e2
commit 0ef87d6005

View File

@ -729,13 +729,6 @@
"Emacs interface to version control systems."
:group 'tools)
(defcustom vc-initial-comment nil
"If non-nil, prompt for initial comment when a file is registered."
:type 'boolean
:group 'vc)
(make-obsolete-variable 'vc-initial-comment "it has no effect." "23.2")
(defcustom vc-checkin-switches nil
"A string or list of strings specifying extra switches for checkin.
These are passed to the checkin program by \\[vc-checkin]."