[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
another mvbind problem?
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: another mvbind problem?
- From: pg@das.harvard.edu
- Date: Thu, 2 May 96 21:30:05 EDT
- Cc: rtm@das.harvard.edu, tlb@das.harvard.edu
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