summaryrefslogtreecommitdiff
path: root/src/category.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-01 17:54:37 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-01 17:54:37 +0000
commit8a207197309deaa2160fbd55c1dd35a9ee53b896 (patch)
treecf62c76faf504daa49d273174d605f861c6ec796 /src/category.c
parent3448ffc21fe8fd92b2dfd07c8a42c5095a2048b4 (diff)
downloademacs-8a207197309deaa2160fbd55c1dd35a9ee53b896.tar.gz
(describe_category): Handle a sub-chartable.
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/category.c b/src/category.c
index f63b65e1301..5a3507e985f 100644
--- a/src/category.c
+++ b/src/category.c
@@ -467,6 +467,12 @@ describe_category (value)
return;
}
+ if (CHAR_TABLE_P (value))
+ {
+ insert_string ("deeper char-table ...\n");
+ return;
+ }
+
if (!CATEGORY_SET_P (value))
{
insert_string ("invalid\n");