comparison lisp/ChangeLog @ 59210:6e385b257cef

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 30 Dec 2004 12:45:22 +0000
parents ef3cdb46c44c
children f660508778f9
comparison
equal deleted inserted replaced
59209:51f8c6bcc746 59210:6e385b257cef
1 2004-12-30 Kenichi Handa <handa@m17n.org>
2
3 * files.el (basic-save-buffer-1): Set
4 explicit-buffer-file-coding-system to last-coding-system-used.
5 (revert-buffer): Pay attention to
6 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7 on bind coding-system-for-read.
8
9 * international/mule.el (explicit-buffer-file-coding-system): New
10 buffer local variable.
11 (after-insert-file-set-coding): Set it to coding-system-for-read.
12
1 2004-12-29 Luc Teirlinck <teirllm@auburn.edu> 13 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
2 14
3 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar. 15 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4 16
5 2004-12-29 Sanghyuk Suh <han9kin@mac.com> 17 2004-12-29 Sanghyuk Suh <han9kin@mac.com>