bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21463: 25.0.50; lisp-indent-line indents wrongly for multiline sexps


From: Artur Malabarba
Subject: bug#21463: 25.0.50; lisp-indent-line indents wrongly for multiline sexps
Date: Fri, 11 Sep 2015 21:58:58 +0100

This is how the following sexp gets indented by lisp-indent-line

((x
  y) a
  2)

This is how (I believe) it should be indented

((x
  y) a
 2)


This affects emacs-lisp and any other mode that derives from lisp-mode.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]