]> git.eshelyaron.com Git - emacs.git/commit
Don't wrap lines at NBSP when nobreak-char-display is t
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Aug 2020 10:23:58 +0000 (13:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Aug 2020 10:23:58 +0000 (13:23 +0300)
commit83000ae6d7c6e3c615b16d2ea9274e1088d24178
treebe33e7bafded80b49b7643bf1ff514a1d0785058
parentf3afb23d26b948cfa095b221ca32090a2858e8f1
Don't wrap lines at NBSP when nobreak-char-display is t

* src/xdisp.c (get_next_display_element): When
nobreak-char-display is t, display NBSP and non-ASCII hyphens as
themselves, not as their ASCII counterparts, just with the
nobreak-space/nobreak-hyphen face.  (Bug#42811)
src/xdisp.c