emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-mcvs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-mcvs.el
Date: Fri, 09 May 2003 10:35:51 -0400

Index: emacs/lisp/vc-mcvs.el
diff -c emacs/lisp/vc-mcvs.el:1.6 emacs/lisp/vc-mcvs.el:1.7
*** emacs/lisp/vc-mcvs.el:1.6   Thu May  8 15:01:04 2003
--- emacs/lisp/vc-mcvs.el       Fri May  9 10:35:51 2003
***************
*** 108,125 ****
    :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
  ;;;
--- 108,113 ----




reply via email to

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