emacs-devel
[Top][All Lists]
Advanced

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

Default change in elisp indentation [Probably 4713dd4?]


From: Kaushal Modi
Subject: Default change in elisp indentation [Probably 4713dd4?]
Date: Mon, 24 Apr 2017 20:28:14 +0000

Hi,

I suddenly noticed that the default indentation has changed.

This indents correctly:

(defun foo()
  "foo"
  (interactive)
  (message "foo"))

But if the doc-string is multi-line, it now indents like this:

(defun foo()
  "foo
bar"
       (interactive)
       (message "foo"))

I searched for "indent" in recent commit history, and I believe it is this commit: http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4713dd425beac5cb459704e67dcb8f6faf714375

pasted1pasted2pasted3pasted4pasted5


--

Kaushal Modi


reply via email to

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