From: Chong Yidong Date: Sun, 26 Jun 2011 19:34:17 +0000 (-0400) Subject: * lisp/vc/vc.el (vc-revert-show-diff): Default to t. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16f07dd7917c39c82c21351f38501bd9a5d69111;p=emacs.git * lisp/vc/vc.el (vc-revert-show-diff): Default to t. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 296b992508d..6b0c070bd97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-26 Chong Yidong + + * vc/vc.el (vc-revert-show-diff): Default to t. + 2011-06-26 Ken Manheimer * allout-widgets.el (allout-widgets-post-command-business): Stop 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