Comment 1 for bug 1752715

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

(lambda (&rest r) (delete-if #'< r)) also fails, but not with #'<= or #'>=. The equivalent forms with delete-if-not all compile without error.