[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

0m.lLisp FOO Indent◊



Giving Lisp FOO Indent a value of 0 does not do what I expect.  I hoped it
would make a FOO-form grind like:

(FOO
  (BAR)
  (BAZ))

But instead I get:

(FOO
 (BAR)
 (BAZ))