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
6de38aa3
Commit
6de38aa3
authored
Jan 30, 2005
by
Luc Teirlinck
Browse files
(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.
parent
03c64f2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/undo.c
src/undo.c
+1
-1
No files found.
src/ChangeLog
View file @
6de38aa3
2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
* undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
Increase value to 3 Meg.
2005-01-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
...
...
src/undo.c
View file @
6de38aa3
...
...
@@ -651,7 +651,7 @@ In fact, this calls the function which is the value of
`undo-outer-limit-function' with one argument, the size.
The text above describes the behavior of the function
that variable usually specifies. */
);
Vundo_outer_limit
=
make_number
(
300000
);
Vundo_outer_limit
=
make_number
(
300000
0
);
DEFVAR_LISP
(
"undo-outer-limit-function"
,
&
Vundo_outer_limit_function
,
doc:
/* Function to call when an undo list exceeds `undo-outer-limit'.
...
...
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