]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp) <message-log-max>: Default 100.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Apr 2007 13:33:03 +0000 (13:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Apr 2007 13:33:03 +0000 (13:33 +0000)
src/xdisp.c

index c02a43d9a0c8f5049cbf96923126f765cb17a7c5..fd65856c8e5cba085abcbbc304add8b5b0cf83b6 100644 (file)
@@ -24065,7 +24065,7 @@ and is used only on frames for which no explicit name has been set
     doc: /* Maximum number of lines to keep in the message log buffer.
 If nil, disable message logging.  If t, log messages but don't truncate
 the buffer when it becomes large.  */);
-  Vmessage_log_max = make_number (50);
+  Vmessage_log_max = make_number (100);
 
   DEFVAR_LISP ("window-size-change-functions", &Vwindow_size_change_functions,
     doc: /* Functions called before redisplay, if window sizes have changed.