Changeset 832
- Timestamp:
- Jun 23, 2004, 10:30:00 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-error-system.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-error-system.lisp
r788 r832 518 518 ((fixnump fn) ; restart case 519 519 (throw tag (cons fn values))) 520 (t (apply fn values)))))) ; restart bind 520 ((functionp fn) ; restart bind 521 (apply fn values)) 522 (t ; with-simple-restart 523 (throw tag (values nil t))))))) 521 524 522 525
Note:
See TracChangeset
for help on using the changeset viewer.
