[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#23108: 25.0.92; emacs-lisp-mode: wrong indentation in `let' binding
From: |
Michael Heerdegen |
Subject: |
bug#23108: 25.0.92; emacs-lisp-mode: wrong indentation in `let' binding list |
Date: |
Sat, 26 Mar 2016 02:49:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) |
Michael Heerdegen <michael_heerdegen@web.de> writes:
> (let (from to
> (temp-buffer (generate-new-buffer "temp")))
> body
> body)
Hmm, `let' has just simply lisp-indent-function -> 1, so it seems the
list of bindings is not treated specially. Thus, in the above case you
get an indentation like for a function call.
Michael.