[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GRINDEF of something that contains FUNCTION
- To: (BUG LISP) at MIT-MC, LSH at MIT-MC
- Subject: GRINDEF of something that contains FUNCTION
- From: LSH at MIT-MC (Lars S. Hornfeldt)
- Date: Thu, 10 Apr 80 12:59:00 GMT
- Original-date: 10 APR 1980 0759-EST
Example:
(defun test (x) (mapcar (FUNCTION (lambda (y) y)) x))
(GRINDEF test) now starts:
(defun test (x) (mapcar and then gives the ERROR:
;QUOTE NON-FIXNUM VALUE
When replacing FUNCTION with ' it works.