summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-25 18:42:00 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-25 18:42:00 +0000
commitb3ce15db9b90efa3c8cfd956c6c2593acf9bf297 (patch)
treea9587fe3a4750de49356c8d87e956d7a7756884b /src/minibuf.c
parenta241b67c8d8fba6ac3acf41888072ce69cc737af (diff)
downloademacs-b3ce15db9b90efa3c8cfd956c6c2593acf9bf297.tar.gz
(read_minibuf_unwind): Use safe_run_hooks.
Diffstat (limited to 'src/minibuf.c')
-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)
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);