]> git.eshelyaron.com Git - emacs.git/commit
Fix font-lock of last character before EOB under 'whitespace-mode'
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Sep 2024 15:50:26 +0000 (11:50 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:25 +0000 (12:45 +0200)
commit2ab8a7102d1f1095edffab7fa2920766c50f8064
tree72052c51482e05a675615e70a855abe54680c307
parent731ad886d0cfbf795572c6323e011986250e9708
Fix font-lock of last character before EOB under 'whitespace-mode'

* lisp/whitespace.el (whitespace-color-on): Don't use OVERRIDE in
font-lock-keywords; instead, use 'prepend' in the call to
'font-lock-add-keywords'.  (Bug#73332)

(cherry picked from commit 35e356f958af69baad8a1a824c59993915fb6abe)
lisp/whitespace.el