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
a588e041
Commit
a588e041
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(describe_buffer_bindings): Declare shadow just once.
parent
cdf0b096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/keymap.c
src/keymap.c
+1
-5
No files found.
src/keymap.c
View file @
a588e041
...
...
@@ -1683,6 +1683,7 @@ nominal alternate\n\
descbuf
=
XCONS
(
arg
)
->
car
;
prefix
=
XCONS
(
arg
)
->
cdr
;
shadow
=
Qnil
;
Fset_buffer
(
Vstandard_output
);
...
...
@@ -1720,9 +1721,6 @@ nominal alternate\n\
{
int
i
,
nmaps
;
Lisp_Object
*
modes
,
*
maps
;
Lisp_Object
shadow
;
shadow
=
Qnil
;
/* Temporarily switch to descbuf, so that we can get that buffer's
minor modes correctly. */
...
...
@@ -1730,8 +1728,6 @@ nominal alternate\n\
nmaps
=
current_minor_maps
(
&
modes
,
&
maps
);
Fset_buffer
(
Vstandard_output
);
shadow
=
Qnil
;
/* Print the minor mode maps. */
for
(
i
=
0
;
i
<
nmaps
;
i
++
)
{
...
...
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