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

[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: Kaushal Modi
Subject: bug#23108: 25.0.92; emacs-lisp-mode: wrong indentation in `let' binding list
Date: Fri, 25 Mar 2016 12:04:52 -0400

I would also like to have a solution to this.

For now, I arrange my let bindings as follows:

--8<---------------cut here---------------start------------->8---
(let ((temp-buffer (generate-new-buffer "temp"))
      from to)
  body
  body)
--8<---------------cut here---------------end--------------->8---

--
Kaushal Modi

reply via email to

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