projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8f204
)
(Fget_range_char_table): Fix serious problem when `range' is nil.
author
tomo
<tomo>
Tue, 12 Jul 2005 09:56:16 +0000
(09:56 +0000)
committer
tomo
<tomo>
Tue, 12 Jul 2005 09:56:16 +0000
(09:56 +0000)
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
6eb6b32
..
425e2ba
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-2328,6
+2328,11
@@
If there is more than one value, return MULTI (defaults to nil).
#endif /* not UTF2000 */
#endif /* not MULE */
+#ifdef UTF2000
+ case CHARTAB_RANGE_DEFAULT:
+ return ct->default_value;
+#endif /* not UTF2000 */
+
default:
ABORT ();
}