comparison src/eval.c @ 181:bfd6434d15b3 r20-3b17

Import from CVS: tag r20-3b17
author cvs
date Mon, 13 Aug 2007 09:53:19 +0200
parents 9ad43877534d
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
180:add28d59e586 181:bfd6434d15b3
5207 *Non-nil means enter debugger if an unhandled error is signalled. 5207 *Non-nil means enter debugger if an unhandled error is signalled.
5208 The debugger will not be entered if the error is handled by 5208 The debugger will not be entered if the error is handled by
5209 a `condition-case'. 5209 a `condition-case'.
5210 If the value is a list, an error only means to enter the debugger 5210 If the value is a list, an error only means to enter the debugger
5211 if one of its condition symbols appears in the list. 5211 if one of its condition symbols appears in the list.
5212 This variable is overridden by `debug-ignored-errors'.
5212 See also variables `debug-on-quit' and `debug-on-signal'. 5213 See also variables `debug-on-quit' and `debug-on-signal'.
5213 */ ); 5214 */ );
5214 Vdebug_on_error = Qnil; 5215 Vdebug_on_error = Qnil;
5215 5216
5216 DEFVAR_LISP ("debug-on-signal", &Vdebug_on_signal /* 5217 DEFVAR_LISP ("debug-on-signal", &Vdebug_on_signal /*