Mercurial > emacs
changeset 71793:205070e11ae3
* simple.el (undo-ask-before-discard): Set to nil.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 11 Jul 2006 19:15:33 +0000 |
parents | fccd5e915093 |
children | d76f16a63bf2 |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 11 18:42:24 2006 +0000 +++ b/lisp/ChangeLog Tue Jul 11 19:15:33 2006 +0000 @@ -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.
--- a/lisp/simple.el Tue Jul 11 18:42:24 2006 +0000 +++ b/lisp/simple.el Tue Jul 11 19:15:33 2006 +0000 @@ -1669,7 +1669,7 @@ '(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