Mercurial > emacs
changeset 85094:717b92d4133f
(internal_condition_case_2, internal_condition_case_1)
(internal_condition_case): Reenable abort if x_catching_errors (),
to see if that really happens and why.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Oct 2007 01:39:13 +0000 |
parents | 17d7aed08b42 |
children | 4f61ded4a62e |
files | src/eval.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Tue Oct 09 01:35:07 2007 +0000 +++ b/src/eval.c Tue Oct 09 01:39:13 2007 +0000 @@ -1462,12 +1462,10 @@ /* Since Fsignal will close off all calls to x_catch_errors, we will get the wrong results if some are not closed now. */ -#if 0 /* Fsignal doesn't do that anymore. --lorentey */ #if HAVE_X_WINDOWS if (x_catching_errors ()) abort (); #endif -#endif c.tag = Qnil; c.val = Qnil; @@ -1512,12 +1510,10 @@ /* Since Fsignal will close off all calls to x_catch_errors, we will get the wrong results if some are not closed now. */ -#if 0 /* Fsignal doesn't do that anymore. --lorentey */ #if HAVE_X_WINDOWS if (x_catching_errors ()) abort (); #endif -#endif c.tag = Qnil; c.val = Qnil; @@ -1565,12 +1561,10 @@ /* Since Fsignal will close off all calls to x_catch_errors, we will get the wrong results if some are not closed now. */ -#if 0 /* Fsignal doesn't do that anymore. --lorentey */ #if HAVE_X_WINDOWS if (x_catching_errors ()) abort (); #endif -#endif c.tag = Qnil; c.val = Qnil;