From: tomo Date: Tue, 12 Jul 2005 09:56:16 +0000 (+0000) Subject: (Fget_range_char_table): Fix serious problem when `range' is nil. X-Git-Tag: r21-4-17-chise-0_22-2^20~1 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c911328a057a7fc770b5e8a5edb460c0a275c9d;p=chise%2Fxemacs-chise.git (Fget_range_char_table): Fix serious problem when `range' is nil. --- diff --git a/src/chartab.c b/src/chartab.c index 6eb6b32..425e2ba 100644 --- 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 (); }