[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Default change in elisp indentation [Probably 4713dd4?]
From: |
Noam Postavsky |
Subject: |
Re: Default change in elisp indentation [Probably 4713dd4?] |
Date: |
Mon, 24 Apr 2017 16:44:34 -0400 |
On Mon, Apr 24, 2017 at 4:28 PM, Kaushal Modi <address@hidden> wrote:
> 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"))
Yup, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26619 for a patch.