emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/gnus-select 49b7f74 205/218: * lisp/vc/vc.el (vc-i


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 49b7f74 205/218: * lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.
Date: Fri, 14 Dec 2018 03:35:44 -0500 (EST)

branch: feature/gnus-select
commit 49b7f742d2e4871e2d40e1fd5962232c9019bd74
Author: Glenn Morris <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    * lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.
---
 lisp/vc/vc.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 7646af0..cceca71 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -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]."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]