]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 11 Mar 2005 12:03:13 +0000 (12:03 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 11 Mar 2005 12:03:13 +0000 (12:03 +0000)
lisp/ChangeLog
src/ChangeLog

index 433260be0ea46bc45c2c40a34597fafe65196ede..6429b17efd837621a457baa3e43801ad821769d7 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-11  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (make-coding-system): Set property
+       'coding-system-define-form to nil.
+       (define-coding-system-alias): Likewise.
+
 2005-03-11  Kenichi Handa  <handa@m17n.org>
 
        These changes are suggested by Dave Love <fx@gnu.org>.
index d806f2690dff31f4aa807ef31f043cb325f96055..3a0bceb6701250aa64b03024f4607b680c083973 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-11  Kenichi Handa  <handa@m17n.org>
+
+       * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
+       before calling setup_coding_system so that autoloading of a coding
+       system work.
+
 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xfns.c (hourglass_started): New function.