diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-26 19:10:32 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-26 19:10:32 -0800 |
commit | 5c9cf0a3f9817220ed0f907637951f5cdf1a9614 (patch) | |
tree | 05e4de196ed9935479f73f9db5d249684c7d19b4 /lisp/vc | |
parent | 848a2dd19d1b030303de1b568edf9e33281e4440 (diff) | |
parent | 369f945d0b71738812f237123dbe24938d65999e (diff) | |
download | emacs-5c9cf0a3f9817220ed0f907637951f5cdf1a9614.tar.gz |
Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.ca
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/vc-hooks.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 07a292ae435..ef900cb5257 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -107,10 +107,12 @@ control systems." :type 'boolean :group 'vc) -(defcustom vc-mistrust-permissions nil +;; If you fix bug#11490, probably you can set this back to nil. +(defcustom vc-mistrust-permissions t "If non-nil, don't assume permissions/ownership track version-control status. If nil, do rely on the permissions. See also variable `vc-consult-headers'." + :version "24.3" ; nil->t, bug#11490 :type 'boolean :group 'vc) |