# HG changeset patch # User Luc Teirlinck # Date 1107050773 0 # Node ID 6075baf26c0aebb8ba771e240b8fd2d7c91e5fe6 # Parent ff0bef9e820aeaa2689aa829817af569d6dce7a4 (syms_of_undo) : Increase value to 3 Meg. diff -r ff0bef9e820a -r 6075baf26c0a src/undo.c --- a/src/undo.c Sun Jan 30 00:43:04 2005 +0000 +++ b/src/undo.c Sun Jan 30 02:06:13 2005 +0000 @@ -651,7 +651,7 @@ `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'.