diff options
| author | Paul Eggert | 2011-08-18 01:41:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-18 01:41:19 -0700 |
| commit | 2fab8395070ff77b836cb8ca9b84c261c4387a9a (patch) | |
| tree | 0d3eedd5fd59c2cad0680c6a27789554e4527cd0 /src/eval.c | |
| parent | d31850da41f8dba08684acd2e8addd7127089404 (diff) | |
| parent | 4dcb0d7a58bff52c1155fd93c03dcab4567038f2 (diff) | |
| download | emacs-2fab8395070ff77b836cb8ca9b84c261c4387a9a.tar.gz emacs-2fab8395070ff77b836cb8ca9b84c261c4387a9a.zip | |
Merge from trunk.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/eval.c b/src/eval.c index 94039b31e17..8149683a104 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1462,13 +1462,6 @@ internal_condition_case (Lisp_Object (*bfun) (void), Lisp_Object handlers, | |||
| 1462 | struct catchtag c; | 1462 | struct catchtag c; |
| 1463 | struct handler h; | 1463 | struct handler h; |
| 1464 | 1464 | ||
| 1465 | /* Since Fsignal will close off all calls to x_catch_errors, | ||
| 1466 | we will get the wrong results if some are not closed now. */ | ||
| 1467 | #if HAVE_X_WINDOWS | ||
| 1468 | if (x_catching_errors ()) | ||
| 1469 | abort (); | ||
| 1470 | #endif | ||
| 1471 | |||
| 1472 | c.tag = Qnil; | 1465 | c.tag = Qnil; |
| 1473 | c.val = Qnil; | 1466 | c.val = Qnil; |
| 1474 | c.backlist = backtrace_list; | 1467 | c.backlist = backtrace_list; |
| @@ -1507,13 +1500,6 @@ internal_condition_case_1 (Lisp_Object (*bfun) (Lisp_Object), Lisp_Object arg, | |||
| 1507 | struct catchtag c; | 1500 | struct catchtag c; |
| 1508 | struct handler h; | 1501 | struct handler h; |
| 1509 | 1502 | ||
| 1510 | /* Since Fsignal will close off all calls to x_catch_errors, | ||
| 1511 | we will get the wrong results if some are not closed now. */ | ||
| 1512 | #if HAVE_X_WINDOWS | ||
| 1513 | if (x_catching_errors ()) | ||
| 1514 | abort (); | ||
| 1515 | #endif | ||
| 1516 | |||
| 1517 | c.tag = Qnil; | 1503 | c.tag = Qnil; |
| 1518 | c.val = Qnil; | 1504 | c.val = Qnil; |
| 1519 | c.backlist = backtrace_list; | 1505 | c.backlist = backtrace_list; |
| @@ -1556,13 +1542,6 @@ internal_condition_case_2 (Lisp_Object (*bfun) (Lisp_Object, Lisp_Object), | |||
| 1556 | struct catchtag c; | 1542 | struct catchtag c; |
| 1557 | struct handler h; | 1543 | struct handler h; |
| 1558 | 1544 | ||
| 1559 | /* Since Fsignal will close off all calls to x_catch_errors, | ||
| 1560 | we will get the wrong results if some are not closed now. */ | ||
| 1561 | #if HAVE_X_WINDOWS | ||
| 1562 | if (x_catching_errors ()) | ||
| 1563 | abort (); | ||
| 1564 | #endif | ||
| 1565 | |||
| 1566 | c.tag = Qnil; | 1545 | c.tag = Qnil; |
| 1567 | c.val = Qnil; | 1546 | c.val = Qnil; |
| 1568 | c.backlist = backtrace_list; | 1547 | c.backlist = backtrace_list; |
| @@ -1605,13 +1584,6 @@ internal_condition_case_n (Lisp_Object (*bfun) (ptrdiff_t, Lisp_Object *), | |||
| 1605 | struct catchtag c; | 1584 | struct catchtag c; |
| 1606 | struct handler h; | 1585 | struct handler h; |
| 1607 | 1586 | ||
| 1608 | /* Since Fsignal will close off all calls to x_catch_errors, | ||
| 1609 | we will get the wrong results if some are not closed now. */ | ||
| 1610 | #if HAVE_X_WINDOWS | ||
| 1611 | if (x_catching_errors ()) | ||
| 1612 | abort (); | ||
| 1613 | #endif | ||
| 1614 | |||
| 1615 | c.tag = Qnil; | 1587 | c.tag = Qnil; |
| 1616 | c.val = Qnil; | 1588 | c.val = Qnil; |
| 1617 | c.backlist = backtrace_list; | 1589 | c.backlist = backtrace_list; |