diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-06-26 15:34:17 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-06-26 15:34:17 -0400 |
commit | 16f07dd7917c39c82c21351f38501bd9a5d69111 (patch) | |
tree | 42918b33bc7982c406183493d4c83b4bad7a35e0 /lisp/vc/vc.el | |
parent | c7e73be5f7c8f5d24757ace235bc622a9a7fdcd0 (diff) | |
download | emacs-16f07dd7917c39c82c21351f38501bd9a5d69111.tar.gz |
* lisp/vc/vc.el (vc-revert-show-diff): Default to t.
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 5e4347d2fe8..5ec4c3998d8 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -775,7 +775,7 @@ See `run-hooks'." :type 'hook :group 'vc) -(defcustom vc-revert-show-diff nil +(defcustom vc-revert-show-diff t "If non-nil, `vc-revert' shows a `vc-diff' buffer before querying." :type 'boolean :group 'vc |