aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-04-11 11:03:01 +0000
committerKenichi Handa2003-04-11 11:03:01 +0000
commitaa95b71094d8b72f59d167d2b518af4e12e0d291 (patch)
tree6fc759883e558766e8f9c773ea96018a64632d1a /src/ChangeLog
parentc36b37ed1b96051f9ebcf0b26039a24a8b55eb5a (diff)
downloademacs-aa95b71094d8b72f59d167d2b518af4e12e0d291.tar.gz
emacs-aa95b71094d8b72f59d167d2b518af4e12e0d291.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 788851263a8..400b71d3340 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12003-04-11 Kenichi Handa <handa@etlken2>
2
3 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete
4 this variable.
5 (Qafter_insert_file_set_coding): New variable.
6 (syms_of_fileio): Initialize and staticpro it. Delete declaration
7 for after-insert-file-adjust-coding-function.
8 (Finsert_file_contents): Call Qafter_insert_file_set_coding
9 instead of Vafter_insert_file_adjust_coding_function.
10
12003-04-11 Kenichi Handa <handa@m17n.org> 112003-04-11 Kenichi Handa <handa@m17n.org>
2 12
3 * lisp.h (temp_echo_area_glyphs): Adjust prototype. 13 * lisp.h (temp_echo_area_glyphs): Adjust prototype.