From 1223933d597a0e5828734b4a3067dc1337171539 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 11 Jul 2006 19:15:33 +0000 Subject: [PATCH] * simple.el (undo-ask-before-discard): Set to nil. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf2faf44f63..749f7cc352f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-07-11 Chong Yidong + * 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. diff --git a/lisp/simple.el b/lisp/simple.el index 94fe6b431e4..2af4bbd1d76 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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 -- 2.39.2