summaryrefslogtreecommitdiff
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-04-08 13:33:03 +0000
committerRichard M. Stallman <rms@gnu.org>2007-04-08 13:33:03 +0000
commit68619ee29fcda44893831ee68221e42bdd37c933 (patch)
treebfa57ef4ceb4d0803d17fcd70cf9defb5070eced /src/xdisp.c
parent8468e2a7211150d4206b292665044c13f5f359a3 (diff)
downloademacs-68619ee29fcda44893831ee68221e42bdd37c933.tar.gz
(syms_of_xdisp) <message-log-max>: Default 100.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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.