]> git.eshelyaron.com Git - emacs.git/commit
Fix recent change to window-max-chars-per-line
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Sep 2020 15:24:02 +0000 (17:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Sep 2020 15:24:02 +0000 (17:24 +0200)
commit018278a8d095f79c001ad3b128cdba18ac8e2d5f
treec6e69f205b9a3983351acdb51293fa6b55c05696
parentca4a37e0930b2bbb322ae3d1e9dc95f80d3966cd
Fix recent change to window-max-chars-per-line

* lisp/window.el (window-max-chars-per-line):
line-number-display-width can return a floating point number, but
we want an integer (bug#43548).
lisp/window.el