emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug] Issues with format.el: coding system, byte/char confusi on


From: Kenichi Handa
Subject: Re: [Bug] Issues with format.el: coding system, byte/char confusi on
Date: Fri, 11 Apr 2003 20:04:13 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:
>           * fileio.c (Vafter_insert_file_adjust_coding_function): New
>           variable.

> It doesn't need to be a Lisp variable.  It can call the function by
> name using Qafter_insert_file_set_buffer_file_coding_system.

> A shorter name could be after-insert-file-set-coding.

Ok, I've just fixed it as below:

2003-04-11  Kenichi Handa  <address@hidden>

        * 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  <address@hidden>

        * 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.

---
Ken'ichi HANDA
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]