aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2004-12-30 12:45:22 +0000
committerKenichi Handa2004-12-30 12:45:22 +0000
commitc243063e8eb7c0f2aa4186da113ef0e677072a5e (patch)
treed4eb8ff243f484e9b8723323b010cfb9621d845e /lisp
parent004f48da21e0158d1623f7d3bc7a3cf69696884e (diff)
downloademacs-c243063e8eb7c0f2aa4186da113ef0e677072a5e.tar.gz
emacs-c243063e8eb7c0f2aa4186da113ef0e677072a5e.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
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 @@
12004-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
12004-12-29 Luc Teirlinck <teirllm@auburn.edu> 132004-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.