]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.
authorGlenn Morris <rgm@gnu.org>
Sat, 24 Mar 2018 00:31:53 +0000 (20:31 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 24 Mar 2018 00:31:53 +0000 (20:31 -0400)
lisp/vc/vc.el

index 7646af075f1506087e01515f5b0a73912ee0b196..cceca717953d0a02d1393799754a8a72d8add6d2 100644 (file)
   "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]."