Mercurial > hg > xemacs-beta
diff src/macros.c @ 2532:989a7680c221
[xemacs-hg @ 2005-01-29 09:15:55 by ben]
Add backtrace when throwing past call_trapping_problems()
alloc.c, backtrace.h, bytecode.c, cmdloop.c, eval.c, lisp.h, macros.c: Also include a backtrace when we catch an attempt to throw outside
of a function where call_trapping_problems() has been used.
author | ben |
---|---|
date | Sat, 29 Jan 2005 09:16:00 +0000 |
parents | 3d8143fc88e1 |
children | facf3239ba30 |
line wrap: on
line diff
--- a/src/macros.c Sat Jan 29 09:06:40 2005 +0000 +++ b/src/macros.c Sat Jan 29 09:16:00 2005 +0000 @@ -278,7 +278,7 @@ executing_macro_index = 0; con->prefix_arg = Qnil; internal_catch (Qexecute_kbd_macro, call_command_loop, - Qnil, 0, 0); + Qnil, 0, 0, 0); } while (--repeat != 0 && (STRINGP (Vexecuting_macro) ||