[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC, GSB at MIT-ML
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Sat, 22 Apr 78 22:13:00 GMT
- Original-date: 22 APR 1978 1713-EST
From: GSB@MIT-ML
Date: Fri, 22 Apr 78 12:20:43 GMT
Original-Date: 04/22/78 08:20:43 EDT
Subject:
To: (BUG LISP) at MIT-ML
(gctwa t)
(setsyntax '/ 'macro 'this-function-is-undefined-as-yet)
.....
(gc)
....
(status macro /)
==> (<null string or randomness> NIL)
--------
Since SETSYNTAX does not proctect the function atom in any way, it goes away
when doing a GCTWA. Is there any easy way to fix this??