]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe_category): Handle a sub-chartable.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Sep 1997 17:54:37 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Sep 1997 17:54:37 +0000 (17:54 +0000)
src/category.c

index f63b65e1301d568fd217b7e2cf4e3733c6dc2a16..5a3507e985f4e135cf57561b2d54598258412f05 100644 (file)
@@ -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");