CC: (BUG LISPM) at MIT-AI Date: Fri ,2 Jun 79 19:07:27 EDT From: JIS at MIT-MC Also in Lisp mode (defun foo nil (cond ...)) indents as (defun foo nil (cond (...))) instead of (defun foo nil (cond (...))) this is a feature, putting (LOGIN-SETQ ZWEI:*LISP-INDENTATION-OFFSET* NIL) in your lispm init file will cause what you want to happen.