]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 16 Oct 2002 02:19:07 +0000 (02:19 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 16 Oct 2002 02:19:07 +0000 (02:19 +0000)
lisp/ChangeLog
src/ChangeLog

index 80af4e6341d36631f0113b36674f3fc08582f661..4d0d4db243bfc4fd08f1f2a5f83710ffa4919886 100644 (file)
@@ -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;
index e3d36f32eebbb9074527933ab921f54715d39072..deda6b8a4d62512b16c91abf27f71467906c7d71 100644 (file)
@@ -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.