[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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??