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

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

bug#26878: 26.0.50; indent-sexp regression: applies beyond the current s


From: Oleh Krehel
Subject: bug#26878: 26.0.50; indent-sexp regression: applies beyond the current sexp
Date: Thu, 11 May 2017 14:29:13 +0200

Example code for *scratch*, place the point at |

(a |()
)

Call `indent-sexp' to end up with:

(a |()
   )

In stable Emacs, `indent-sexp' would produce no change, since it applies
only to the current sexp, the empty list in this case.





reply via email to

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