No description
Find a file
Jim Blandy 82da7701c8 * eval.c (Fcondition_case): Rearranged for clarity. Don't worry
about setting h.poll_suppress_count; it's guaranteed to be the
	same as c.poll_suppress_count.
	(internal_condition_case): Don't worry about
	h.poll_suppress_count.
	(Fsignal): Use h->tag->poll_suppress_count instead of
	h->poll_suppress_count.

	* eval.c (Fsignal): It's okay for the debugger to return to the
	caller if the caller was signalling a quit.

	* eval.c (unbind_catch): Restore the polling suppression count
	here, instead of in Fsignal and Fthrow.
	(Fthrow, Fsignal): Don't restore the polling suppression count here.

	* eval.c (struct catchtag): More documentation.

	* eval.c (entering_debugger): Variable renamed
	when_entered_debugger, and is now a timestamp based on
	num_nonmacro_input_chars.
	(init_eval): Initialize when_entered_debugger, not
	entering_debugger.
	(call_debugger): Set when_entered_debugger to the current value of
	num_nonmacro_input_chars.
	(find_handler_clause): Don't call debugger unless
	num_nonmacro_input_chars is greater than when_entered_debugger;
	that way, we won't call the debugger unless the user has had a
	chance to take control.
	(Fbacktrace): Don't clear entering_debugger here.
1992-09-22 05:17:48 +00:00
etc *** empty log message *** 1992-09-13 10:54:38 +00:00
lib-src entered into RCS 1992-09-20 00:41:38 +00:00
lisp Initial revision 1992-09-22 02:04:19 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src * eval.c (Fcondition_case): Rearranged for clarity. Don't worry 1992-09-22 05:17:48 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub Add "alpha". 1992-08-14 19:34:06 +00:00
configure1.in entered into RCS 1992-09-14 22:08:02 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~3~ 1992-08-21 23:06:13 +00:00
make-dist *** empty log message *** 1992-09-13 10:54:38 +00:00
Makefile.in entered into RCS 1992-09-13 10:43:05 +00:00