]> git.eshelyaron.com Git - emacs.git/commit
lisp/simple.el (inhibit-auto-fill): New var
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Apr 2023 21:54:02 +0000 (17:54 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Apr 2023 21:54:02 +0000 (17:54 -0400)
commit6df2941c1b0d965afc40f8c50ce08e45e060d64c
treecd494852768cafd1ad1dcbb60b5bbcf35a89df8a
parent5223762e02ac84eee984cd1f7a17865766cdad9a
lisp/simple.el (inhibit-auto-fill): New var

* lisp/simple.el (inhibit-auto-fill): New var.
(internal-auto-fill): Obey it.
(newline): Use it instead of binding `auto-fill-function`, so
as to avoid messing up the state if something wants to enable/disable
`auto-fill-mode` during the course of the let binding (bug#62419).
etc/NEWS
lisp/simple.el