Sam Steingold <[EMAIL PROTECTED]> writes:
> (proclaim '(special x)) > (defun f1 () x) > (defun f2 () (f1)) > (defun f3 () (f2)) > > (f3) > > Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable X is unbound Maybe I'm missing something, but since X is unbound, I'd say this is expected behaviour. What behaviour did you expect, and why? Regs, Pierre.
