Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1223933d
Commit
1223933d
authored
Jul 11, 2006
by
Chong Yidong
Browse files
* simple.el (undo-ask-before-discard): Set to nil.
parent
04f02e71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1223933d
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.
...
...
lisp/simple.el
View file @
1223933d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment