]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 14a41374d33ab99b51d8e9b349e375518da1000b..97f88d2b3f846aa737d25a769ee9345b08155034 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 3809c83d91d19ff22d17422280f6e910b1a40ac5..480a1b07ea6fcf2eedbc0ee86f69d6b136b42bf1 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'.