aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-07-15 12:29:48 +0000
committerKenichi Handa2009-07-15 12:29:48 +0000
commitbf974dc9ccc809677aede92fc570ace27e0e8458 (patch)
tree35f5610e463fccd80bf7dae8e20617f102ae6403 /lisp/ChangeLog
parent6c8754524176c0625c14ec349c87afcb23481ddb (diff)
downloademacs-bf974dc9ccc809677aede92fc570ace27e0e8458.tar.gz
emacs-bf974dc9ccc809677aede92fc570ace27e0e8458.zip
(set-language-environment-charset):
If coding-system-charset-list returns `iso-2022' or `emacs-mule', ignore them.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55ffe1e253f..70c3b7b434d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12009-07-15 Kenichi Handa <handa@m17n.org> 12009-07-15 Kenichi Handa <handa@m17n.org>
2 2
3 * international/mule-cmds.el (set-language-environment-charset):
4 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
5 ignore them.
6
3 * language/misc-lang.el ("IPA"): Change coding systems to utf-8. 7 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4 Delete unibyte-display. 8 Delete unibyte-display.
5 9