diff lisp/vc.el @ 94652:3a091c58b092

Move a customization variable.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 06 May 2008 01:41:34 +0000
parents 276c5ce56449
children ee5932bf781d
line wrap: on
line diff
--- a/lisp/vc.el	Tue May 06 00:51:56 2008 +0000
+++ b/lisp/vc.el	Tue May 06 01:41:34 2008 +0000
@@ -688,11 +688,6 @@
   "Version-control system in Emacs."
   :group 'tools)
 
-(defcustom vc-suppress-confirm nil
-  "If non-nil, treat user as expert; suppress yes-no prompts on some things."
-  :type 'boolean
-  :group 'vc)
-
 (defcustom vc-initial-comment nil
   "If non-nil, prompt for initial comment when a file is registered."
   :type 'boolean