[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG ZWEI) at MIT-AI
- Subject:
- From: GLS@MIT-AI
- Date: Thu ,28 Mar 80 13:18:46 EDT
- Cc: GLS at MIT-AI
In the version of ZWEI on system 26.3, with microcode 618, on LISP Machine Two:
I suggest that the value of *LISP-DEFUN-INDENTATION* be changed from
(2 1) to (1 1 2 1). Often I define macros named DEFMUMBLE which are of
the form (DEFMUMBLE name body), rather than (DEFMUMBLE name vars body),
and I want the DEF-indentation to apply to them also. (DEFSTRUCT is a case
in point.)