]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc.el (vc-revert-show-diff): Default to t.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 26 Jun 2011 19:34:17 +0000 (15:34 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 26 Jun 2011 19:34:17 +0000 (15:34 -0400)
lisp/ChangeLog
lisp/vc/vc.el

index 296b992508dd7cbc6e55b1effdaf923497ad3480..6b0c070bd976b9d5ce9ef6da579b17018350d377 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc/vc.el (vc-revert-show-diff): Default to t.
+
 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * allout-widgets.el (allout-widgets-post-command-business): Stop
index 5e4347d2fe87bffa91560305b94c0f59fa861acd..5ec4c3998d8c12d378e0c97d06df71bc5ae915c5 100644 (file)
@@ -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