diff options
| author | Kenichi Handa | 2004-12-30 12:45:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-12-30 12:45:22 +0000 |
| commit | c243063e8eb7c0f2aa4186da113ef0e677072a5e (patch) | |
| tree | d4eb8ff243f484e9b8723323b010cfb9621d845e /lisp | |
| parent | 004f48da21e0158d1623f7d3bc7a3cf69696884e (diff) | |
| download | emacs-c243063e8eb7c0f2aa4186da113ef0e677072a5e.tar.gz emacs-c243063e8eb7c0f2aa4186da113ef0e677072a5e.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d7d428d0c2..8c4b059b589 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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. |