# HG changeset patch # User Richard M. Stallman # Date 812054520 0 # Node ID eb159c99326be9ec91d357d01db962d12f58841d # Parent 21a1494b450cff5d70b598d7421cc1b9dfef1feb (read_minibuf_unwind): Use safe_run_hooks. diff -r 21a1494b450c -r eb159c99326b src/minibuf.c --- a/src/minibuf.c Mon Sep 25 18:40:24 1995 +0000 +++ b/src/minibuf.c Mon Sep 25 18:42:00 1995 +0000 @@ -375,7 +375,7 @@ 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);