Mercurial > emacs
changeset 13081:eb159c99326b
(read_minibuf_unwind): Use safe_run_hooks.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Sep 1995 18:42:00 +0000 |
parents | 21a1494b450c |
children | 909b5a8414ee |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);