Mercurial > emacs
changeset 14219:22324381ef74
(safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 18 Jan 1996 08:41:14 +0000 |
parents | 346d4cf758f5 |
children | 74d7745bcaa4 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Thu Jan 18 08:40:29 1996 +0000 +++ b/src/keyboard.c Thu Jan 18 08:41:14 1996 +0000 @@ -1442,7 +1442,7 @@ int count = specpdl_ptr - specpdl; specbind (Qinhibit_quit, hook); - internal_condition_case (safe_run_hooks_1, Qerror, safe_run_hooks_error); + internal_condition_case (safe_run_hooks_1, Qt, safe_run_hooks_error); unbind_to (count, Qnil); }