[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GSB at MIT-ML
- Subject:
- From: ALAN@MIT-MC
- Date: Fri, 3 May 80 03:09:57 GMT
- Cc: (BUG LISP) at MIT-ML Date: 5 February 1980 22:50-EST From: Glenn S. Burke <GSB at MIT-ML>
- Original-date: 02/05/80 23:09:57 EDT
There are certain macros which exist in FORMAT which really don't need
to be there. Because they are there, however, DEFMAX gets autoloaded
when |forget-macromemos/|| gets called as they get defined.
In the next version (maybe a week to guarantee its safety?)
they won't be in there by default. But you will get DEFMAX if you
load any macro which uses the lisp default DEFMACRO, for the same
reason.
Well shouldn't such macros be surrounded by (EVAL-WHEN (EVAL COMPILE) ...)s ??