From 16f07dd7917c39c82c21351f38501bd9a5d69111 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 26 Jun 2011 15:34:17 -0400 Subject: [PATCH] * lisp/vc/vc.el (vc-revert-show-diff): Default to t. --- lisp/ChangeLog | 4 ++++ lisp/vc/vc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2