Changeset 584
- Timestamp:
- Feb 28, 2004, 1:20:46 AM (21 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
r467 r584 498 498 ((fixnump fn) ; restart case 499 499 (throw tag (cons fn values))) 500 (t (apply fn values)))))) ; restart bind 500 ((functionp fn) ; restart bind 501 (apply fn values)) 502 (t ; with-simple-restart 503 (throw tag (values nil t))))))) 501 504 502 505 (defun invoke-restart-no-return (restart)
Note:
See TracChangeset
for help on using the changeset viewer.
