If you mean that `if's are:

    (if x
        (a)
      (b)
      (c))

    instead of:

    (if x
        (a)
        (b)
        (c))

    I would consider this a clear advantage.

I am not sure which of the two you are preferring.  However, I can
state that the first pattern above is the way Emacs is supposed to
indent an if expression.

This is not going to be changed--please let's not spend time talking
about such a change.




_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to