]> git.eshelyaron.com Git - emacs.git/commit
Avoid whitespace-mode breaking standard-display-unicode-special-glyphs
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Jun 2025 09:21:38 +0000 (12:21 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:02:04 +0000 (22:02 +0200)
commitbbbecfd8acbde379fa32c71488c9b857e4e8ed11
tree5eba35c0180541fb1874ae33168ad9ee9fcae64f
parentfecbf8f3f00290f43b211d78cdcdbe69719fe5d6
Avoid whitespace-mode breaking standard-display-unicode-special-glyphs

* lisp/whitespace.el (whitespace-display-char-on): Copy from
'standard-display-table' if 'buffer-display-table' is nil.  This
avoids overwriting display-table customizations by features that
modify 'standard-display-table' for global effects.  (Bug#78522)

(cherry picked from commit fc96cc1feb488dfeffd760d63872515f04033894)
lisp/whitespace.el