diff options
| author | Richard M. Stallman | 2007-10-09 01:39:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-09 01:39:13 +0000 |
| commit | 0f1947abae6af6bd9ab3e59f4deae0cdc24ab43a (patch) | |
| tree | bf0fce63eddda4321b2165e8641ee231c6e41e8d /src/eval.c | |
| parent | 7b3cf84ec70e00be73ae752b62690df2f01bdf56 (diff) | |
| download | emacs-0f1947abae6af6bd9ab3e59f4deae0cdc24ab43a.tar.gz emacs-0f1947abae6af6bd9ab3e59f4deae0cdc24ab43a.zip | |
(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.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/eval.c b/src/eval.c index 03923d815aa..8a499ec3851 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1462,12 +1462,10 @@ internal_condition_case (bfun, handlers, hfun) | |||
| 1462 | 1462 | ||
| 1463 | /* Since Fsignal will close off all calls to x_catch_errors, | 1463 | /* Since Fsignal will close off all calls to x_catch_errors, |
| 1464 | we will get the wrong results if some are not closed now. */ | 1464 | we will get the wrong results if some are not closed now. */ |
| 1465 | #if 0 /* Fsignal doesn't do that anymore. --lorentey */ | ||
| 1466 | #if HAVE_X_WINDOWS | 1465 | #if HAVE_X_WINDOWS |
| 1467 | if (x_catching_errors ()) | 1466 | if (x_catching_errors ()) |
| 1468 | abort (); | 1467 | abort (); |
| 1469 | #endif | 1468 | #endif |
| 1470 | #endif | ||
| 1471 | 1469 | ||
| 1472 | c.tag = Qnil; | 1470 | c.tag = Qnil; |
| 1473 | c.val = Qnil; | 1471 | c.val = Qnil; |
| @@ -1512,12 +1510,10 @@ internal_condition_case_1 (bfun, arg, handlers, hfun) | |||
| 1512 | 1510 | ||
| 1513 | /* Since Fsignal will close off all calls to x_catch_errors, | 1511 | /* Since Fsignal will close off all calls to x_catch_errors, |
| 1514 | we will get the wrong results if some are not closed now. */ | 1512 | we will get the wrong results if some are not closed now. */ |
| 1515 | #if 0 /* Fsignal doesn't do that anymore. --lorentey */ | ||
| 1516 | #if HAVE_X_WINDOWS | 1513 | #if HAVE_X_WINDOWS |
| 1517 | if (x_catching_errors ()) | 1514 | if (x_catching_errors ()) |
| 1518 | abort (); | 1515 | abort (); |
| 1519 | #endif | 1516 | #endif |
| 1520 | #endif | ||
| 1521 | 1517 | ||
| 1522 | c.tag = Qnil; | 1518 | c.tag = Qnil; |
| 1523 | c.val = Qnil; | 1519 | c.val = Qnil; |
| @@ -1565,12 +1561,10 @@ internal_condition_case_2 (bfun, nargs, args, handlers, hfun) | |||
| 1565 | 1561 | ||
| 1566 | /* Since Fsignal will close off all calls to x_catch_errors, | 1562 | /* Since Fsignal will close off all calls to x_catch_errors, |
| 1567 | we will get the wrong results if some are not closed now. */ | 1563 | we will get the wrong results if some are not closed now. */ |
| 1568 | #if 0 /* Fsignal doesn't do that anymore. --lorentey */ | ||
| 1569 | #if HAVE_X_WINDOWS | 1564 | #if HAVE_X_WINDOWS |
| 1570 | if (x_catching_errors ()) | 1565 | if (x_catching_errors ()) |
| 1571 | abort (); | 1566 | abort (); |
| 1572 | #endif | 1567 | #endif |
| 1573 | #endif | ||
| 1574 | 1568 | ||
| 1575 | c.tag = Qnil; | 1569 | c.tag = Qnil; |
| 1576 | c.val = Qnil; | 1570 | c.val = Qnil; |