Mercurial > emacs
changeset 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 | f2c914cdc071 |
children | f0d4fb2b9157 |
files | src/bytecode.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);