[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- From: LPD at MIT-AI (L. Peter Deutsch)
- Date: Fri ,28 Mar 80 22:37:00 EDT
In system 26.3, with microcode 618, on LISP Machine Two:
(last '(a b c . d)) properly returns '(c . d), but
(butlast '(a b c . d)) blows up trying to take car of 'd.