aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-11-29 13:47:31 +0000
committerKenichi Handa2008-11-29 13:47:31 +0000
commit8cc53f96e5dc3d647411e01298e4125ed4b00928 (patch)
tree02ac71d866683a4c1ca4632d85e083a9a1a9eb8f /src/ChangeLog
parent9c6361c98bf378474cac35b6f9b3330ba66e91ce (diff)
downloademacs-8cc53f96e5dc3d647411e01298e4125ed4b00928.tar.gz
emacs-8cc53f96e5dc3d647411e01298e4125ed4b00928.zip
(CHAR_CHARSET_P): Check if the encoder is loaded or
not before accessing it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e0575f03d76..1cb44419d1f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12008-11-29 Kenichi Handa <handa@m17n.org> 12008-11-29 Kenichi Handa <handa@m17n.org>
2 2
3 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4 not before accessing it.
5
3 * charset.c (Fdefine_charset_internal): After calculating 6 * charset.c (Fdefine_charset_internal): After calculating
4 min_char, max_char, and fastmap, copy the charset structure again. 7 min_char, max_char, and fastmap, copy the charset structure again.
5 (encode_char): Fix the previous change. 8 (encode_char): Fix the previous change.