Do not use tick faces beyond ZV (bug#37641)
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 9 Oct 2019 10:36:57 +0000 (12:36 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 9 Oct 2019 10:37:30 +0000 (12:37 +0200)
commit4b06250ef1fe98a766938862912383d2ee051dfb
tree6a91abb1e88baf259c04c444258827e0bc0bb056
parent8e0761c842b61b67da648d9ac295d42f4654792d
Do not use tick faces beyond ZV (bug#37641)

* src/xdisp.c (maybe_produce_line_number): Check beyond_zv
before using a tick face for the line number.  Move all face
selection code outside the loop that draws the line number.
src/xdisp.c