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:
24b9cd3
)
(charset_code_point): Fix problem when searching in mother CCS fails
author
tomo
<tomo>
Tue, 1 Jul 2003 10:27:07 +0000
(10:27 +0000)
committer
tomo
<tomo>
Tue, 1 Jul 2003 10:27:07 +0000
(10:27 +0000)
with `defined_only' mode.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
8c8604e
..
449e4d7
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1159,6
+1159,8
@@
charset_code_point (Lisp_Object charset, Emchar ch, int defined_only)
exit (-1);
}
}
+ else if (defined_only)
+ return -1;
else if ( ( XCHARSET_FINAL (charset) >= '0' ) &&
( XCHARSET_MIN_CODE (charset) == 0 )
/*