* bytecode.c (Fbyte_code): Pass the correct number of arguments to
temp_output_buffer_show.
This commit is contained in:
parent
9efa1bc61e
commit
f054132a4d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue