(Fget_range_char_table): Fix serious problem when `range' is nil.
authortomo <tomo>
Tue, 12 Jul 2005 09:56:16 +0000 (09:56 +0000)
committertomo <tomo>
Tue, 12 Jul 2005 09:56:16 +0000 (09:56 +0000)
src/chartab.c

index 6eb6b32..425e2ba 100644 (file)
@@ -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 ();
     }