# HG changeset patch # User Kenichi Handa # Date 1050058981 0 # Node ID 706cf77805ade0fb47f9514fd980e6555c62adf4 # Parent 589dbff3b7544134312d319fc034e0664c939ae9 *** empty log message *** diff -r 589dbff3b754 -r 706cf77805ad lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 11 11:00:36 2003 +0000 +++ b/lisp/ChangeLog Fri Apr 11 11:03:01 2003 +0000 @@ -12,6 +12,13 @@ 2003-04-11 Kenichi Handa + * international/mule.el: Don't set + after-insert-file-adjust-coding-function. + (after-insert-file-set-coding): Renamed from + after-insert-file-set-buffer-file-coding-system. + +2003-04-11 Kenichi Handa + * international/quail.el (quail-guidance-str) (quail-guidance-frame): New variables. (quail-guidance-win): Delete this variable. diff -r 589dbff3b754 -r 706cf77805ad src/ChangeLog --- a/src/ChangeLog Fri Apr 11 11:00:36 2003 +0000 +++ b/src/ChangeLog Fri Apr 11 11:03:01 2003 +0000 @@ -1,3 +1,13 @@ +2003-04-11 Kenichi Handa + + * fileio.c (Vafter_insert_file_adjust_coding_function): Delete + this variable. + (Qafter_insert_file_set_coding): New variable. + (syms_of_fileio): Initialize and staticpro it. Delete declaration + for after-insert-file-adjust-coding-function. + (Finsert_file_contents): Call Qafter_insert_file_set_coding + instead of Vafter_insert_file_adjust_coding_function. + 2003-04-11 Kenichi Handa * lisp.h (temp_echo_area_glyphs): Adjust prototype.