aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-25 21:43:51 -0800
committerPaul Eggert2011-02-25 21:43:51 -0800
commit9e1b7fe6be807a6081988aa2834b9489110d9ded (patch)
tree68d83def5a6f343ce43ce7c92aa9f36640448234 /lib-src/ChangeLog
parent6c0668d97b32ea806006ede9652d78d8aa2b62ce (diff)
downloademacs-9e1b7fe6be807a6081988aa2834b9489110d9ded.tar.gz
emacs-9e1b7fe6be807a6081988aa2834b9489110d9ded.zip
* ebrowse.c (BROWSE_STRUCT): Remove unused macro.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 578b3e402b0..ba77a92cf17 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -3,6 +3,7 @@
3 * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear 3 * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
4 to reader (and to the compiler) that the loop always executes at 4 to reader (and to the compiler) that the loop always executes at
5 least once. This prevents a warning with recent GCC. 5 least once. This prevents a warning with recent GCC.
6 (BROWSE_STRUCT): Remove unused macro.
6 7
7 * fakemail.c: Include <ignore-value.h>. 8 * fakemail.c: Include <ignore-value.h>.
8 (put_line): Explicitly ignore fwrite return value, for benefit of 9 (put_line): Explicitly ignore fwrite return value, for benefit of