Re: Incorrect indentation after :name

2005-07-07 Thread Lawrence Mitchell
macs lisp is: (if test then else) whereas in common lisp: (if test then else) (since only the one else-form is allowed). It is this latter indentation that is affected by the above suggestion. [...] -- Lawrence Mitchell <[EMAIL PROTECTED]> _

Re: Incorrect indentation after :name

2005-07-07 Thread Lawrence Mitchell
Drew Adams wrote: [...] > (put 'if 'common-lisp-indent-function >'(nil nil &body This breaks the standard indentation of IF in lisp-mode buffers. -- Lawrence Mitchell <[EMAIL PROTECTED]>