diff options
| author | Paul Eggert | 2012-10-01 00:03:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-01 00:03:04 -0700 |
| commit | b3a4c387c0e768de92b7969b2adb6670f10bda5d (patch) | |
| tree | f61569d1cca482e2d6a21a3101fce81cbf0a7b1b /src/ChangeLog | |
| parent | c47a6f4f7e72bb21b900cc699b1278ddbfab7c86 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2012-10-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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. |