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