]> git.eshelyaron.com Git - emacs.git/commit
Make `M-j' work reliably if `comment-auto-fill-only-comments' is set
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 4 Aug 2021 08:03:12 +0000 (10:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 4 Aug 2021 08:03:12 +0000 (10:03 +0200)
commitb41f31d2b60269bd0e7addd1081f3738f91e76bc
tree7740a8935f7fd66ec44956577590ef83850c76b7
parent423a23ef7549ec425f26b537861c67e3ae78554c
Make `M-j' work reliably if `comment-auto-fill-only-comments' is set

* lisp/simple.el (default-indent-new-line): Force breaking the
line when called interactively (bug#49849).  (Perhaps the
interactive command should be rebound and call this function
instead...)
lisp/simple.el