aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-01 00:03:04 -0700
committerPaul Eggert2012-10-01 00:03:04 -0700
commitb3a4c387c0e768de92b7969b2adb6670f10bda5d (patch)
treef61569d1cca482e2d6a21a3101fce81cbf0a7b1b /src/ChangeLog
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 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec629fb9f10..41b2d24b968 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu> 12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
4 Suggested by Juri Linkov in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
6
3 Prefer plain 'static' to 'static inline' (Bug#12541). 7 Prefer plain 'static' to 'static inline' (Bug#12541).
4 With static functions, modern compilers inline pretty well by 8 With static functions, modern compilers inline pretty well by
5 themselves; advice from programmers often hurts as much as it helps. 9 themselves; advice from programmers often hurts as much as it helps.