changeset 89224:d77928dacd87

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 16 Oct 2002 02:19:07 +0000
parents 0e24243cf8f9
children 32058afc72e2
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 16 02:18:25 2002 +0000
+++ b/lisp/ChangeLog	Wed Oct 16 02:19:07 2002 +0000
@@ -1,3 +1,13 @@
+2002-10-16  Kenichi Handa  <handa@m17n.org>
+
+	* emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
+	return a unibyte string.
+
+2002-10-15  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule-cmds.el (set-locale-environment): Delete
+	superfluous ')'s at the tail.
+
 2002-10-14  Kenichi Handa  <handa@etl.go.jp>
 
 	* international/mule.el (define-coding-system): Fix typo;
--- a/src/ChangeLog	Wed Oct 16 02:18:25 2002 +0000
+++ b/src/ChangeLog	Wed Oct 16 02:19:07 2002 +0000
@@ -1,3 +1,7 @@
+2002-10-16  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (detect_coding): Fix previous change.
+
 2002-10-15  Dave Love  <fx@gnu.org>
 
 	* coding.c (Fcheck_coding_system): Doc fix.