]> code.delx.au - gnu-emacs/blobdiff - src/bytecode.c
* xterm.c (x_term_init): Adjust message printed when we can't
[gnu-emacs] / src / bytecode.c
index c06797337a18e001fa38d3b324be8b522457ef09..9987c6118b0ae31bad43bdf0450918c6a5fbd5b1 100644 (file)
@@ -1,5 +1,5 @@
 /* Execution of byte code produced by bytecomp.el.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -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);