]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-mcvs-stay-local): Remove unused var.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 May 2003 14:35:51 +0000 (14:35 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 May 2003 14:35:51 +0000 (14:35 +0000)
lisp/vc-mcvs.el

index b0b270513de32bec0e11d920518b201a1e59fa49..b8b79a22d479b88503b59ee64d901d0ad5e94f78 100644 (file)
@@ -108,18 +108,6 @@ This is only meaningful if you don't use the implicit checkout model
   :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
 ;;;