diff src/ChangeLog @ 50548:706cf77805ad

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 11 Apr 2003 11:03:01 +0000
parents 0f0bc7773998
children e5a7bd7247c7
line wrap: on
line diff
--- 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  <handa@etlken2>
+
+	* 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  <handa@m17n.org>
 
 	* lisp.h (temp_echo_area_glyphs): Adjust prototype.