changeset 50924:15bfd674106a

(vc-mcvs-stay-local): Remove unused var.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 May 2003 14:35:51 +0000
parents 3eab629b1239
children 2318a0020ca5
files lisp/vc-mcvs.el
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-mcvs.el	Fri May 09 14:32:01 2003 +0000
+++ b/lisp/vc-mcvs.el	Fri May 09 14:35:51 2003 +0000
@@ -108,18 +108,6 @@
   :version "21.4"
   :group 'vc)
 
-(defcustom vc-mcvs-stay-local vc-cvs-stay-local
-  "*Non-nil means use local operations when possible for remote repositories.
-This avoids slow queries over the network and instead uses heuristics
-and past information to determine the current status of a file.
-The value can also be a regular expression to match against the host name
-of a repository; then VC only stays local for hosts that match it."
-  :type '(choice (const :tag "Always stay local" t)
-		 (string :tag "Host regexp")
-		 (const :tag "Don't stay local" nil))
-  :version "21.4"
-  :group 'vc)
-
 ;;;
 ;;; State-querying functions
 ;;;