# HG changeset patch # User Jim Blandy # Date 730391006 0 # Node ID d9fc49956cd8ac34c57fa690d0ac359b1f36f722 # Parent f2c914cdc071e870be20267d01c99e71dc1d2099 * bytecode.c (Fbyte_code): Pass the correct number of arguments to temp_output_buffer_show. diff -r f2c914cdc071 -r d9fc49956cd8 src/bytecode.c --- a/src/bytecode.c Mon Feb 22 14:23:02 1993 +0000 +++ b/src/bytecode.c Mon Feb 22 14:23:26 1993 +0000 @@ -582,7 +582,7 @@ 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);