Comment 1 for bug 1952825

Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :

Also, same bug from:

(defun bug075 (b)
   (catch 'ct2
     (multiple-value-prog1 (multiple-value-prog1 (restart-case 0))
       (restart-case 0)
       b
       0)))