From: Kenichi Handa Date: Wed, 16 Oct 2002 02:19:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49820699844e41490cb9c5c57ace8b6c8a1eea4d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80af4e6341d..4d0d4db243b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-10-16 Kenichi Handa + + * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to + return a unibyte string. + +2002-10-15 Kenichi Handa + + * international/mule-cmds.el (set-locale-environment): Delete + superfluous ')'s at the tail. + 2002-10-14 Kenichi Handa * international/mule.el (define-coding-system): Fix typo; diff --git a/src/ChangeLog b/src/ChangeLog index e3d36f32eeb..deda6b8a4d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-10-16 Kenichi Handa + + * coding.c (detect_coding): Fix previous change. + 2002-10-15 Dave Love * coding.c (Fcheck_coding_system): Doc fix.