Comment 6 for bug 173908

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fix to:

(define-syntax include
   (lambda (x)
     (syntax-case x ()
       [(ctxt name)
        #'(include-into ctxt name)])))