From: Andrea Corallo Date: Mon, 17 Jun 2019 07:18:17 +0000 (+0200) Subject: better macro usage X-Git-Tag: emacs-28.0.90~2727^2~1466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4665ad2c8968fcb1eb90391eb46615f23e27eb09;p=emacs.git better macro usage --- diff --git a/src/comp.c b/src/comp.c index 54b3c8da2df..cbba5570117 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1832,10 +1832,7 @@ compile_f (const char *f_name, ptrdiff_t bytestr_length, break; case Btemp_output_buffer_setup: /* Obsolete since 24.1. */ - POP1; - res = emit_call ("helper_temp_output_buffer_setup", comp.lisp_obj_type, - 1, args); - PUSH_RVAL (res); + EMIT_CALL_N ("helper_temp_output_buffer_setup", 1); break; case Btemp_output_buffer_show: /* Obsolete since 24.1. */