(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 Jan 2005 02:09:45 +0000 (02:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 Jan 2005 02:09:45 +0000 (02:09 +0000)
src/ChangeLog
src/undo.c

index 14a4137..97f88d2 100644 (file)
@@ -1,6 +1,7 @@
 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>
 
index 3809c83..480a1b0 100644 (file)
@@ -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'.