emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104738: * lisp/vc/vc.el (vc-revert-s


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104738: * lisp/vc/vc.el (vc-revert-show-diff): Default to t.
Date: Sun, 26 Jun 2011 15:34:17 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104738
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-06-26 15:34:17 -0400
message:
  * lisp/vc/vc.el (vc-revert-show-diff): Default to t.
modified:
  lisp/ChangeLog
  lisp/vc/vc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-26 18:10:51 +0000
+++ b/lisp/ChangeLog    2011-06-26 19:34:17 +0000
@@ -1,3 +1,7 @@
+2011-06-26  Chong Yidong  <address@hidden>
+
+       * vc/vc.el (vc-revert-show-diff): Default to t.
+
 2011-06-26  Ken Manheimer  <address@hidden>
 
        * allout-widgets.el (allout-widgets-post-command-business): Stop

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2011-06-26 04:05:39 +0000
+++ b/lisp/vc/vc.el     2011-06-26 19:34:17 +0000
@@ -775,7 +775,7 @@
   :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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]