* bytecode.c (Fbyte_code): Pass the correct number of arguments to

temp_output_buffer_show.
This commit is contained in:
Jim Blandy 1993-02-22 14:23:26 +00:00
parent 9efa1bc61e
commit f054132a4d

View file

@ -582,7 +582,7 @@ If the third argument is incorrect, Emacs may crash.")
case Btemp_output_buffer_show:
v1 = POP;
temp_output_buffer_show (TOP, Qnil);
temp_output_buffer_show (TOP);
TOP = v1;
/* pop binding of standard-output */
unbind_to (specpdl_ptr - specpdl - 1, Qnil);