aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2006-10-30 07:40:14 +0000
committerKenichi Handa2006-10-30 07:40:14 +0000
commite1ee3b548bd498b8d7dbd251ea98158dbcf481dc (patch)
treef9131ff0ad81e7735c9a446540439325dd5db025 /lisp/ChangeLog
parent7acc677bf15db317dcf09cfb003face4fdcd2c4e (diff)
downloademacs-e1ee3b548bd498b8d7dbd251ea98158dbcf481dc.tar.gz
emacs-e1ee3b548bd498b8d7dbd251ea98158dbcf481dc.zip
(revert-buffer): If a unibyte buffer is being reverted
with a coding system for multibyte, set buffer multibyte before calling insert-file-contents.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index acb3e5c3a99..ad942083566 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-10-30 Kenichi Handa <handa@m17n.org>
2
3 * files.el (revert-buffer): If a unibyte buffer is being reverted
4 with a coding system for multibyte, set buffer multibyte before
5 calling insert-file-contents.
6
12006-10-30 Stefan Monnier <monnier@iro.umontreal.ca> 72006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * server.el (server-select-display): Use a dummy buffer to detect when 9 * server.el (server-select-display): Use a dummy buffer to detect when