changeset 89656:4e8e27a50801

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 24 Nov 2003 02:46:35 +0000
parents c7f2621e0e2d
children 899286e38bef
files lisp/ChangeLog.22 src/ChangeLog.22
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.22	Mon Nov 24 02:46:11 2003 +0000
+++ b/lisp/ChangeLog.22	Mon Nov 24 02:46:35 2003 +0000
@@ -5,6 +5,9 @@
 
 2003-11-22  Kenichi Handa  <handa@m17n.org>
 
+	* international/mule-conf.el (ctext-no-compositions): Remove
+	garbage arguments.
+
 	* international/mule.el (make-coding-system): Fix generation of
 	properties.
 
--- a/src/ChangeLog.22	Mon Nov 24 02:46:11 2003 +0000
+++ b/src/ChangeLog.22	Mon Nov 24 02:46:35 2003 +0000
@@ -1,5 +1,8 @@
 2003-11-24  Kenichi Handa  <handa@m17n.org>
 
+	* keymap.c (store_in_keymap): Pay attention to the case that idx
+	is a cons specifying a character range.
+
 	* coding.c (Fdefine_coding_system_internal): Fix previous change.
 
 2003-11-23  Kenichi Handa  <handa@m17n.org>