aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2004-01-07 01:43:32 +0000
committerKenichi Handa2004-01-07 01:43:32 +0000
commitc251286b57fd9d477ea403ce7038fc47347e6282 (patch)
tree3be89e04351d0e8ae893d782cd3859573a19d614 /lisp/ChangeLog
parent9da88f37868c461a5d9fffb5717b6b3b953d1367 (diff)
downloademacs-c251286b57fd9d477ea403ce7038fc47347e6282.tar.gz
emacs-c251286b57fd9d477ea403ce7038fc47347e6282.zip
(set-auto-coding): Fix for the case that end-of-line is only CR.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bdfff47a942..7af40206b0a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-01-07 Kenichi Handa <handa@m17n.org>
2
3 * international/mule.el (set-auto-coding): Fix for the case that
4 end-of-line is only CR.
5
12004-01-07 Kim F. Storm <storm@cua.dk> 62004-01-07 Kim F. Storm <storm@cua.dk>
2 7
3 * subr.el (event-start, event-end): Doc fix. 8 * subr.el (event-start, event-end): Doc fix.