aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-08 13:33:03 +0000
committerRichard M. Stallman2007-04-08 13:33:03 +0000
commit783460bc6c833fa50dffa4ce5a8ba7126ce9f60e (patch)
tree076a151e9dd4bde77228bba7235050db2ed3dd36 /src
parentde5c0bc1bc15715ec50abfe562912ca7a2c00b75 (diff)
downloademacs-783460bc6c833fa50dffa4ce5a8ba7126ce9f60e.tar.gz
emacs-783460bc6c833fa50dffa4ce5a8ba7126ce9f60e.zip
(syms_of_xdisp) <message-log-max>: Default 100.
Diffstat (limited to 'src')
-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
24065 doc: /* Maximum number of lines to keep in the message log buffer. 24065 doc: /* Maximum number of lines to keep in the message log buffer.
24066If nil, disable message logging. If t, log messages but don't truncate 24066If nil, disable message logging. If t, log messages but don't truncate
24067the buffer when it becomes large. */); 24067the buffer when it becomes large. */);
24068 Vmessage_log_max = make_number (50); 24068 Vmessage_log_max = make_number (100);
24069 24069
24070 DEFVAR_LISP ("window-size-change-functions", &Vwindow_size_change_functions, 24070 DEFVAR_LISP ("window-size-change-functions", &Vwindow_size_change_functions,
24071 doc: /* Functions called before redisplay, if window sizes have changed. 24071 doc: /* Functions called before redisplay, if window sizes have changed.