[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

another mvbind problem?



I'm using Clisp of 1995-06-23 (June 1995) with the new patch to
fix the recent mvbind bug, and there seems to be another kind of
problem with mvbind:

> (defun foo ()
    (multiple-value-bind (x y)  (cdr '(a b)) 
      y))
FOO
> (foo)
NIL
> (compile 'foo)
FOO
> (foo)
(FOO)


Thanks,  --pg