Changeset 832


Ignore:
Timestamp:
Jun 23, 2004, 10:30:00 AM (20 years ago)
Author:
Gary Byers
Message:

INVOKE-RESTART-INTERACTIVELY works with SIMPLE-RESTARTs again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-error-system.lisp

    r788 r832  
    518518            ((fixnump fn)               ; restart case
    519519             (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)))))))   
    521524
    522525
Note: See TracChangeset for help on using the changeset viewer.