]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (undo-ask-before-discard): Set to nil.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 11 Jul 2006 19:15:33 +0000 (19:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 11 Jul 2006 19:15:33 +0000 (19:15 +0000)
lisp/ChangeLog
lisp/simple.el

index bf2faf44f635642b59158b4e0035c1bc3cf2a4c1..749f7cc352fb6729471e75f8f8ada719cfa4fc95 100644 (file)
@@ -1,5 +1,7 @@
 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
 
+       * simple.el (undo-ask-before-discard): Set to nil.
+
        * vc.el (vc-exec-after): Don't delete process manually.
        (vc-print-log): Run log-view-mode in process sentinel inside
        inhibit-read-only.  Don't shrink window due to timing issues.
index 94fe6b431e4427365c327578d944e14a0d041907..2af4bbd1d76ada6d41133dd1195493eefe839cd5 100644 (file)
@@ -1669,7 +1669,7 @@ is not *inside* the region START...END."
             '(0 . 0)))
     '(0 . 0)))
 
-(defcustom undo-ask-before-discard t
+(defcustom undo-ask-before-discard nil
   "If non-nil ask about discarding undo info for the current command.
 Normally, Emacs discards the undo info for the current command if
 it exceeds `undo-outer-limit'.  But if you set this option