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
92cc37e8
Commit
92cc37e8
authored
Feb 22, 1993
by
Jim Blandy
Browse files
* keymap.c (Fdescribe_vector): Pass the proper number of arguments
to describe_vector. * syntax.c (describe_syntax_1): Same.
parent
cb5df6ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keymap.c
src/keymap.c
+1
-1
No files found.
src/keymap.c
View file @
92cc37e8
...
...
@@ -1761,7 +1761,7 @@ This is text showing the elements of vector matched against indices.")
Lisp_Object
vector
;
{
CHECK_VECTOR
(
vector
,
0
);
describe_vector
(
vector
,
Qnil
,
describe_vector_princ
,
0
,
Qnil
,
Qnil
);
describe_vector
(
vector
,
Qnil
,
describe_vector_princ
,
0
,
Qnil
);
}
describe_vector
(
vector
,
elt_prefix
,
elt_describer
,
partial
,
shadow
)
...
...
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