[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
................!!!
- To: (BUG LISP) at MIT-MC
- Subject: ................!!!
- From: ALAN at MIT-MC (Alan Bawden)
- Date: Tue, 2 Dec 80 04:56:00 GMT
- Original-date: 1 DEC 1980 2356-EST
If you compile something like:
(defun (cdr foo bar) (x y z)
(list x y z))
(in XCOMPLR) you will no only get an obnoxious message from the
compiler about redefining cdr (which you aren't). But when you load
the fasl file the args property of the symbol cdr will be set to nil.
(Not (nil . 3), just nil.)