From: Luc Teirlinck Date: Sun, 30 Jan 2005 02:09:45 +0000 (+0000) Subject: (syms_of_undo) : Increase value to 3 Meg. X-Git-Tag: ttn-vms-21-2-B4~2533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6de38aa35015ed6fb3613eec6a37e9a2d5ec7272;p=emacs.git (syms_of_undo) : Increase value to 3 Meg. --- diff --git a/src/ChangeLog b/src/ChangeLog index 14a41374d33..97f88d2b3f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2005-01-29 Luc Teirlinck * undo.c (syms_of_undo) : Doc update. + Increase value to 3 Meg. 2005-01-29 Jan Dj,Ad(Brv diff --git a/src/undo.c b/src/undo.c index 3809c83d91d..480a1b07ea6 100644 --- a/src/undo.c +++ b/src/undo.c @@ -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 (3000000); DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function, doc: /* Function to call when an undo list exceeds `undo-outer-limit'.