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:
parent
5d2e6ef5ca
commit
060ffec189
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue