[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: bug-lisp at MIT-MC
- From: Guy Steele <GLS at SU-AI>
- Date: Thu, 14 Jun 79 00:16:00 GMT
- Original-date: 13 Jun 1979 1716-PDT
FORMAT
I suggest that the relevant form in FORMAT be changed as follows:
(EVAL-WHEN (EVAL COMPILE)
(OR (GET 'DEFUN& 'MACRO)
(LOAD (OR (GET 'DEFUN& 'AUTOLOAD)
`((DSK ,(COND ((STATUS FEATURE ITS) 'LISP)
((STATUS FEATURE DEC20) 'MACLISP)
((STATUS FEATURE SAIL) '(MAC LSP))
(T (STATUS UDIR)))
)
DEFUN& FASL)))))