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:
5f6b670
)
(split_builtin_char): Use `MAX_CHAR_BMP'.
author
tomo
<tomo>
Tue, 11 Jan 2000 05:53:11 +0000
(
05:53
+0000)
committer
tomo
<tomo>
Tue, 11 Jan 2000 05:53:11 +0000
(
05:53
+0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
6a87dc0
..
10caa5a
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1503,7
+1503,7
@@
range_charset_code_point (Lisp_Object charset, Emchar ch)
Lisp_Object
split_builtin_char (Emchar c)
{
- if (c < MIN_CHAR_OBS_94x94)
+ if (c <= MAX_CHAR_BMP)
{
if (c <= MAX_CHAR_BASIC_LATIN)
{