changeset 59793:6075baf26c0a

(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 30 Jan 2005 02:06:13 +0000
parents ff0bef9e820a
children d3e8b36d36d0
files src/undo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'.