aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-04-13 10:17:16 +0000
committerEli Zaretskii2000-04-13 10:17:16 +0000
commit055a28c977bb6a6007c40f8a48fac72792ae2cfc (patch)
treee0630d378594931adbfe6665ceaa4dd1810f0a33 /src/ChangeLog
parent3d30065dc2a536cc7d7ef0d880112bea03ebf958 (diff)
downloademacs-055a28c977bb6a6007c40f8a48fac72792ae2cfc.tar.gz
emacs-055a28c977bb6a6007c40f8a48fac72792ae2cfc.zip
(a_write): Remove redundant semi-colons.
(e_write): Return -1 if failed to write all the data. This fixes the changes made at 1999-12-15.
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 5735930c967..a1f51e3818b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * fileio.c (a_write): Remove redundant semi-colons.
4 (e_write): Return -1 if failed to write all the data.
5 This fixes the changes made at 1999-12-15.
6
12000-04-12 Dave Love <fx@gnu.org> 72000-04-12 Dave Love <fx@gnu.org>
2 8
3 * fns.c (mapcar1): Test for null vals to support mapc. 9 * fns.c (mapcar1): Test for null vals to support mapc.