changeset 77052:9567c6b7088c

(syms_of_xdisp) <message-log-max>: Default 100.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Apr 2007 13:33:03 +0000
parents 93765c8a2ed2
children 6231e179c4db
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sun Apr 08 11:18:55 2007 +0000
+++ b/src/xdisp.c	Sun Apr 08 13:33:03 2007 +0000
@@ -24065,7 +24065,7 @@
     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.