1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(read_minibuf_unwind): Use safe_run_hooks.

This commit is contained in:
Richard M. Stallman 1995-09-25 18:42:00 +00:00
parent 5d2e6ef5ca
commit 060ffec189

View file

@ -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);