emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/undo.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/undo.c
Date: Sat, 29 Jan 2005 21:06:14 -0500

Index: emacs/src/undo.c
diff -c emacs/src/undo.c:1.65 emacs/src/undo.c:1.66
*** emacs/src/undo.c:1.65       Sun Jan 30 00:39:33 2005
--- emacs/src/undo.c    Sun Jan 30 02:06:13 2005
***************
*** 651,657 ****
  `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);
  
    DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function,
               doc: /* Function to call when an undo list exceeds 
`undo-outer-limit'.
--- 651,657 ----
  `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 (3000000);
  
    DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function,
               doc: /* Function to call when an undo list exceeds 
`undo-outer-limit'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]