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\e,Ad\e(Brv <jan.h.d@swipnet.se>
`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 (3000000);
DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function,
doc: /* Function to call when an undo list exceeds `undo-outer-limit'.