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:
8cd5b22
)
(decode_char_table_range): CHARTAB_RANGE_DEFAULT is only for XEmacs
author
tomo
<tomo>
Fri, 4 Apr 2003 14:42:14 +0000
(14:42 +0000)
committer
tomo
<tomo>
Fri, 4 Apr 2003 14:42:14 +0000
(14:42 +0000)
CHISE.
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
340530e
..
f2043ed
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-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;