From aa95b71094d8b72f59d167d2b518af4e12e0d291 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 11 Apr 2003 11:03:01 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00487c733c2..f300743e190 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,13 @@ * progmodes/etags.el (select-tags-table): Put a button for each selections. +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) diff --git a/src/ChangeLog b/src/ChangeLog index 788851263a8..400b71d3340 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2