]> git.eshelyaron.com Git - emacs.git/commit
Fix display of line numbers in empty lines beyond EOB
authorEli Zaretskii <eliz@gnu.org>
Fri, 14 Dec 2018 08:43:37 +0000 (10:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Dec 2018 08:43:37 +0000 (10:43 +0200)
commitf519aa10b47f7c652ae9b5f021363073f5c463ff
tree4ac19602d654879098b7d324b1d6f2b90fd7c545
parent24b5026fb6b622966fd773178608617fa2f8add2
Fix display of line numbers in empty lines beyond EOB

* src/xdisp.c (maybe_produce_line_number): When the current
line is at EOB, use the 'line-number-current-line' face only
on that single line, but not on the rest of empty lines beyond
EOB.  (Bug#33732)
src/xdisp.c