diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-23 20:31:53 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-23 20:31:53 -0400 |
commit | 0ef87d60054fc1660413772cfb5598d2fb8a5fe5 (patch) | |
tree | 8be123fc2aeb493fb8b4802a847519739218378f /lisp/vc | |
parent | e7172a42e20ea4f92270aefab507bb7f55f3fb06 (diff) | |
download | emacs-0ef87d60054fc1660413772cfb5598d2fb8a5fe5.tar.gz emacs-0ef87d60054fc1660413772cfb5598d2fb8a5fe5.tar.bz2 emacs-0ef87d60054fc1660413772cfb5598d2fb8a5fe5.zip |
* lisp/vc/vc.el (vc-initial-comment): Remove var unused since 23.2.
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/vc.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 7646af075f1..cceca717953 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]." |