[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: WGD at MIT-MC (William G. Dubuque)
- Date: Tue, 2 Dec 80 04:08:00 GMT
- Original-date: 1 DEC 1980 2308-EST
- Sent-by: BIL at MIT-MC
(defun foo ((&whole x) y) &whole) then (foo '(a b) 1) => a. But
(defun foo (&whole x) &whole) => infinite recursion.