(decode_char_table_range): CHARTAB_RANGE_DEFAULT is only for XEmacs
authortomo <tomo>
Fri, 4 Apr 2003 14:42:14 +0000 (14:42 +0000)
committertomo <tomo>
Fri, 4 Apr 2003 14:42:14 +0000 (14:42 +0000)
CHISE.

src/chartab.c

index 340530e..f2043ed 100644 (file)
@@ -1967,8 +1967,10 @@ decode_char_table_range (Lisp_Object range, struct chartab_range *outrange)
 {
   if (EQ (range, Qt))
     outrange->type = CHARTAB_RANGE_ALL;
+#ifdef UTF2000
   else if (EQ (range, Qnil))
     outrange->type = CHARTAB_RANGE_DEFAULT;
+#endif
   else if (CHAR_OR_CHAR_INTP (range))
     {
       outrange->type = CHARTAB_RANGE_CHAR;