projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f8e79
)
(put_char_table): Modify for `charset_code_point'.
author
tomo
<tomo>
Thu, 31 Oct 2002 08:07:41 +0000
(08:07 +0000)
committer
tomo
<tomo>
Thu, 31 Oct 2002 08:07:41 +0000
(08:07 +0000)
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
6d01d3e
..
73ada6f
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-2436,7
+2436,7
@@
put_char_table (Lisp_Char_Table *ct, struct chartab_range *range,
{
Emchar ch = DECODE_CHAR (range->charset, (range->row << 8) | i);
- if ( charset_code_point (range->charset, ch) >= 0 )
+ if ( charset_code_point (range->charset, ch, 0) >= 0 )
put_char_id_table_0 (ct, ch, val);
}
}
@@
-2878,7
+2878,7
@@
map_char_table (Lisp_Char_Table *ct,
{
Emchar ch = DECODE_CHAR (range->charset, (range->row << 8) | i);
- if ( charset_code_point (range->charset, ch) >= 0 )
+ if ( charset_code_point (range->charset, ch, 0) >= 0 )
{
Lisp_Object val
= get_byte_table (get_byte_table