mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(describe_category): Handle a sub-chartable.
This commit is contained in:
parent
37c0ed09e7
commit
cfcbf459e1
1 changed files with 6 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue