From 98040cf1861fe3c118085b4bcb04855b1c327ddd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Nov 2001 00:08:20 +0000 Subject: [PATCH] (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. --- src/print.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/print.c b/src/print.c index a5bff86430d..2ad010a6232 100644 --- a/src/print.c +++ b/src/print.c @@ -599,8 +599,7 @@ temp_output_buffer_setup (bufname) Ferase_buffer (); XSETBUFFER (buf, current_buffer); - if (!NILP (Vrun_hooks)) - call1 (Vrun_hooks, Qtemp_buffer_setup_hook); + Frun_hooks (1, &Qtemp_buffer_setup_hook); unbind_to (count, Qnil); -- 2.39.2