1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 22:50:37 -08:00

(describe_buffer_bindings): Declare shadow just once.

This commit is contained in:
Richard M. Stallman 1993-08-11 21:10:44 +00:00
parent cdf0b09689
commit a588e041b4

View file

@ -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++)
{