diff src/macros.c @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 8f1ee2d15784
children 6f2158fa75ed
line wrap: on
line diff
--- a/src/macros.c	Sat Dec 26 00:20:27 2009 -0600
+++ b/src/macros.c	Sat Dec 26 21:18:49 2009 -0600
@@ -197,7 +197,7 @@
 					  with Qt to force an early exit. */
     signal_error (Qinvalid_state, "junk in executing-macro", Qunbound);
 
-  Fthrow (Qexecute_kbd_macro, Qt);
+  throw_or_bomb_out (Qexecute_kbd_macro, Qt, 0, Qnil, Qnil);
 }