From: Richard M. Stallman Date: Sun, 8 Apr 2007 13:33:03 +0000 (+0000) Subject: (syms_of_xdisp) : Default 100. X-Git-Tag: emacs-pretest-22.0.98~205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=783460bc6c833fa50dffa4ce5a8ba7126ce9f60e;p=emacs.git (syms_of_xdisp) : Default 100. --- diff --git a/src/xdisp.c b/src/xdisp.c index c02a43d9a0c..fd65856c8e5 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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.