From f054132a4d5faba5d7a5199a28cdf25eeb0127e6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 22 Feb 1993 14:23:26 +0000 Subject: * bytecode.c (Fbyte_code): Pass the correct number of arguments to temp_output_buffer_show. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode.c') diff --git a/src/bytecode.c b/src/bytecode.c index c06797337a1..904fd2e16ae 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -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); -- cgit v1.2.1