aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2007-07-12 01:41:38 +0000
committerRichard M. Stallman2007-07-12 01:41:38 +0000
commitd8b180437fc649520fae0afea113590224948fc9 (patch)
treec5bc9d6c2ce5f1efb28e5cbca5a3ce723e8a0a14 /src/ChangeLog
parentdb8af973954fda8e7204929b6efbd82f41ca05f8 (diff)
downloademacs-d8b180437fc649520fae0afea113590224948fc9.tar.gz
emacs-d8b180437fc649520fae0afea113590224948fc9.zip
Include unistd.h only if HAVE_UNISTD_H.
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 df9ae72e2b8..e920eb57437 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-07-12 Richard Stallman <rms@gnu.org>
2
3 * term.c: Include unistd.h only if HAVE_UNISTD_H.
4
12007-07-11 Stefan Monnier <monnier@iro.umontreal.ca> 52007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. 7 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.