diff options
| author | Kenichi Handa | 2003-04-11 11:03:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-04-11 11:03:01 +0000 |
| commit | aa95b71094d8b72f59d167d2b518af4e12e0d291 (patch) | |
| tree | 6fc759883e558766e8f9c773ea96018a64632d1a /src | |
| parent | c36b37ed1b96051f9ebcf0b26039a24a8b55eb5a (diff) | |
| download | emacs-aa95b71094d8b72f59d167d2b518af4e12e0d291.tar.gz emacs-aa95b71094d8b72f59d167d2b518af4e12e0d291.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-04-11 Kenichi Handa <handa@m17n.org> | 11 | 2003-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. |