When I wrote

> To clarify, if you define
> 
>    (defun test-b ()
>       (progv '(*a*) '(2)))

I failed pretty badly in my goal to clarify.  I meant

    (defun test-b ()
       (progv '(*a*) '(2) (test-a)))

-- 

                                         -- Drew McDermott
                                            Yale University
                                            Computer Science Department


Reply via email to