From 060ffec189657249c946185194b79effdc2be984 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Sep 1995 18:42:00 +0000 Subject: [PATCH] (read_minibuf_unwind): Use safe_run_hooks. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index e03b4820801..ef4289c8e3d 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -375,7 +375,7 @@ read_minibuf_unwind (data) so run the hook. */ if (!NILP (Vminibuffer_exit_hook) && !EQ (Vminibuffer_exit_hook, Qunbound) && !NILP (Vrun_hooks)) - call1 (Vrun_hooks, Qminibuffer_exit_hook); + safe_run_hooks (Qminibuffer_exit_hook); /* Erase the minibuffer we were using at this level. */ Fset_buffer (XWINDOW (minibuf_window)->buffer); -- 2.39.2