all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Default change in elisp indentation [Probably 4713dd4?]
@ 2017-04-24 20:28 Kaushal Modi
  2017-04-24 20:39 ` Kaushal Modi
  2017-04-24 20:44 ` Noam Postavsky
  0 siblings, 2 replies; 4+ messages in thread
From: Kaushal Modi @ 2017-04-24 20:28 UTC (permalink / raw)
  To: Emacs developers, Noam Postavsky


[-- Attachment #1.1: Type: text/plain, Size: 564 bytes --]

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

[image: pasted1][image: pasted2][image: pasted3][image: pasted4][image:
pasted5]


-- 

Kaushal Modi

[-- Attachment #1.2: Type: text/html, Size: 1535 bytes --]

[-- Attachment #2: pasted3 --]
[-- Type: image/png, Size: 18861 bytes --]

[-- Attachment #3: pasted1 --]
[-- Type: image/png, Size: 18861 bytes --]

[-- Attachment #4: pasted2 --]
[-- Type: image/png, Size: 18861 bytes --]

[-- Attachment #5: pasted4 --]
[-- Type: image/png, Size: 18861 bytes --]

[-- Attachment #6: pasted5 --]
[-- Type: image/png, Size: 18861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-24 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 20:28 Default change in elisp indentation [Probably 4713dd4?] Kaushal Modi
2017-04-24 20:39 ` Kaushal Modi
2017-04-24 20:44 ` Noam Postavsky
2017-04-24 20:56   ` Kaushal Modi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.