Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cfcbf459
Commit
cfcbf459
authored
Sep 01, 1997
by
Richard M. Stallman
Browse files
(describe_category): Handle a sub-chartable.
parent
37c0ed09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/category.c
src/category.c
+6
-0
No files found.
src/category.c
View file @
cfcbf459
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment