changeset 19659:315acc2627fe

(describe_category): Handle a sub-chartable.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Sep 1997 17:54:37 +0000
parents 063c22255157
children fa3d4e7a76d9
files src/category.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/category.c	Mon Sep 01 17:54:25 1997 +0000
+++ b/src/category.c	Mon Sep 01 17:54:37 1997 +0000
@@ -467,6 +467,12 @@
       return;
     }
 
+  if (CHAR_TABLE_P (value))
+    {
+      insert_string ("deeper char-table ...\n");
+      return;
+    }
+
   if (!CATEGORY_SET_P (value))
     {
       insert_string ("invalid\n");