Comment 1 for bug 1742775

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

Similar failure (w. bad return-from):

(lambda (x p c)
  (when (if p
            (funcall c x)
            (every #'not (mapcar c x)))
    (return-from bogus nil))
  t)