aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2012-10-01 00:03:04 -0700
committerPaul Eggert2012-10-01 00:03:04 -0700
commitb3a4c387c0e768de92b7969b2adb6670f10bda5d (patch)
treef61569d1cca482e2d6a21a3101fce81cbf0a7b1b /etc
parentc47a6f4f7e72bb21b900cc699b1278ddbfab7c86 (diff)
downloademacs-b3a4c387c0e768de92b7969b2adb6670f10bda5d.tar.gz
emacs-b3a4c387c0e768de92b7969b2adb6670f10bda5d.zip
* xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2791a25e051..555f5cdf3f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -160,6 +160,8 @@ On encountering a fatal error, Emacs now outputs a textual description
160of the fatal signal, and a short backtrace on platforms like glibc 160of the fatal signal, and a short backtrace on platforms like glibc
161that support backtraces. 161that support backtraces.
162 162
163** `message-log-max' now defaults to 1000, not 100.
164
163--- 165---
164** If your Emacs was built from a bzr checkout, the new variable 166** If your Emacs was built from a bzr checkout, the new variable
165`emacs-bzr-version' contains information about the bzr revision used. 167`emacs-bzr-version' contains information about the bzr revision used.