]> git.eshelyaron.com Git - emacs.git/commit
Use `default-indent-new-line' instead of `indent-new-comment-line'
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 27 Jun 2019 14:57:47 +0000 (16:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jun 2019 14:57:47 +0000 (16:57 +0200)
commit8a11e430ec261c08cc928a7a5b05ee1027f50368
tree5ab295a34509c313cc7a6d39f410a9eb1a41bc78
parent50ade7afc15697fe820c510cdaf98d50d24e4a64
Use `default-indent-new-line' instead of `indent-new-comment-line'

* lisp/simple.el (default-indent-new-line): Doc string fix.

* lisp/textmodes/refill.el (refill-post-command-function): Make
default-indent-new-line work as indent-new-comment-line.

* lisp/textmodes/refill.el (refill-post-command-function): Bind
`M-C-j' and `M-j' to default-indent-new-line instead of
indent-new-comment-line to allow overriding via
`comment-line-break-function' (bug#12413).
lisp/bindings.el
lisp/simple.el
lisp/textmodes/refill.el