aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-01 19:40:59 -0700
committerDan Nicolaescu2010-06-01 19:40:59 -0700
commitc55d2abfc73923cedd0bcd11fc40d1739ae7a109 (patch)
tree8666d50332204644d8f61ea559041bd5b510465d /src/ChangeLog
parent8923d6176b785c2d800d27960d55a7dec3fed71b (diff)
downloademacs-c55d2abfc73923cedd0bcd11fc40d1739ae7a109.tar.gz
emacs-c55d2abfc73923cedd0bcd11fc40d1739ae7a109.zip
Remove unnecessary alloca.h includes.
* src/keymap.c: Do not include alloca.h, config.h does that. * src/sysdep.c: Likewise. Do not define fwrite, not used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b656b0e7dc7..9135ce8cbbc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Remove unnecessary alloca.h includes.
4 * keymap.c: Do not include alloca.h, config.h does that.
5 * sysdep.c: Likewise. Do not define fwrite, not used.
6
12010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 72010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * sysdep.c (child_setup_tty): Move the non-canonical initialization to 9 * sysdep.c (child_setup_tty): Move the non-canonical initialization to