Changeset 11785
- Timestamp:
- 04/26/09 06:58:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/restart.lisp
r11723 r11785 48 48 report-function 49 49 interactive-function 50 (test-function #'(lambda (c) t)))50 (test-function #'(lambda (c) (declare (ignore c)) t))) 51 51 52 52 (defmacro restart-bind (bindings &body forms)
Note: See TracChangeset
for help on using the changeset viewer.