]> git.eshelyaron.com Git - emacs.git/commit
Make nil value of fill-column obsolete
authorStefan Kangas <stefan@marxist.se>
Fri, 23 Jul 2021 12:57:44 +0000 (14:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 23 Jul 2021 12:57:44 +0000 (14:57 +0200)
commit99018681c40f5854dd8fad8e226b6dc1609cafe2
tree39f7ad20af198a560c044d953364cf9b134533a9
parent4357d595ee69343856917041c48e8c004da922d1
Make nil value of fill-column obsolete

* lisp/textmodes/fill.el (current-fill-column): Make nil value of
'fill-column' obsolete.  (Bug#22847)
(current-fill-column--has-warned): New variable to track warning.
* lisp/simple.el (do-auto-fill): Remove handling of nil return value
from 'current-fill-column'.
* etc/NEWS: Announce obsoletion of this usage.
etc/NEWS
lisp/simple.el
lisp/textmodes/fill.el