# HG changeset patch # User Richard M. Stallman # Date 873136477 0 # Node ID 315acc2627fe90d5663bca744ea2c14b25b0d5d8 # Parent 063c22255157fcfa12b1160b0dd0bf8db623068b (describe_category): Handle a sub-chartable. diff -r 063c22255157 -r 315acc2627fe src/category.c --- 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");