Mercurial > emacs
diff src/bytecode.c @ 1911:d9fc49956cd8
* bytecode.c (Fbyte_code): Pass the correct number of arguments to
temp_output_buffer_show.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 22 Feb 1993 14:23:26 +0000 |
| parents | 3ad82148830b |
| children | e94a593c3952 |
line wrap: on
line diff
--- 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);
