diff options
| author | Richard M. Stallman | 1995-09-25 18:42:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-09-25 18:42:00 +0000 |
| commit | 060ffec189657249c946185194b79effdc2be984 (patch) | |
| tree | ec6f5b38ab90a068c06a89895e96775f3c17dcc4 /src | |
| parent | 5d2e6ef5ca1a84decc72ea6c513c40a7b9d9f798 (diff) | |
| download | emacs-060ffec189657249c946185194b79effdc2be984.tar.gz emacs-060ffec189657249c946185194b79effdc2be984.zip | |
(read_minibuf_unwind): Use safe_run_hooks.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
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); |