aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
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)
375 so run the hook. */ 375 so run the hook. */
376 if (!NILP (Vminibuffer_exit_hook) && !EQ (Vminibuffer_exit_hook, Qunbound) 376 if (!NILP (Vminibuffer_exit_hook) && !EQ (Vminibuffer_exit_hook, Qunbound)
377 && !NILP (Vrun_hooks)) 377 && !NILP (Vrun_hooks))
378 call1 (Vrun_hooks, Qminibuffer_exit_hook); 378 safe_run_hooks (Qminibuffer_exit_hook);
379 379
380 /* Erase the minibuffer we were using at this level. */ 380 /* Erase the minibuffer we were using at this level. */
381 Fset_buffer (XWINDOW (minibuf_window)->buffer); 381 Fset_buffer (XWINDOW (minibuf_window)->buffer);