/[emacs]/emacs/src/undo.c
ViewVC logotype

Diff of /emacs/src/undo.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by teirllm, Sun Jan 30 00:39:33 2005 UTC revision 1.66 by teirllm, Sun Jan 30 02:06:13 2005 UTC
# Line 651  In fact, this calls the function which i Line 651  In fact, this calls the function which i
651  `undo-outer-limit-function' with one argument, the size.  `undo-outer-limit-function' with one argument, the size.
652  The text above describes the behavior of the function  The text above describes the behavior of the function
653  that variable usually specifies.  */);  that variable usually specifies.  */);
654    Vundo_outer_limit = make_number (300000);    Vundo_outer_limit = make_number (3000000);
655    
656    DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function,    DEFVAR_LISP ("undo-outer-limit-function", &Vundo_outer_limit_function,
657                 doc: /* Function to call when an undo list exceeds `undo-outer-limit'.                 doc: /* Function to call when an undo list exceeds `undo-outer-limit'.

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26