Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fd59de7
Commit
9fd59de7
authored
Nov 19, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(describe_category): Add dummy arg.
(describe_category_1): Update call to describe_vector.
parent
d55627cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/category.c
src/category.c
+4
-4
No files found.
src/category.c
View file @
9fd59de7
...
...
@@ -474,8 +474,8 @@ then delete CATEGORY from the category set instead of adding it. */)
/* Dump category table to buffer in human-readable format */
static
void
describe_category
(
value
)
Lisp_Object
value
;
describe_category
(
value
,
args
)
Lisp_Object
value
,
args
;
{
Lisp_Object
mnemonics
;
...
...
@@ -512,7 +512,7 @@ describe_category_1 (vector)
{
struct
buffer
*
old
=
current_buffer
;
set_buffer_internal
(
XBUFFER
(
Vstandard_output
));
describe_vector
(
vector
,
Qnil
,
describe_category
,
0
,
Qnil
,
Qnil
,
describe_vector
(
vector
,
Qnil
,
Qnil
,
describe_category
,
0
,
Qnil
,
Qnil
,
(
int
*
)
0
,
0
);
{
int
i
;
...
...
@@ -544,7 +544,7 @@ describe_category_1 (vector)
{
vector
=
XCHAR_TABLE
(
vector
)
->
parent
;
insert_string
(
"
\n
The parent category table is:"
);
describe_vector
(
vector
,
Qnil
,
describe_category
,
0
,
Qnil
,
Qnil
,
describe_vector
(
vector
,
Qnil
,
Qnil
,
describe_category
,
0
,
Qnil
,
Qnil
,
(
int
*
)
0
,
0
);
}
...
...
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