]> git.eshelyaron.com Git - emacs.git/commit
Use nobreak-space on all non-ASCII whitespace characters
authorNeil Roberts <bpeeluk@yahoo.co.uk>
Fri, 30 Oct 2020 12:13:31 +0000 (13:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Oct 2020 12:13:31 +0000 (13:13 +0100)
commitf018cffca0098ad1b82c51730a6d6cf146e3c488
tree312b51f690f6e2f141570d8e21649128ca55f00c
parent02ecbf58e460e2d63f489d8e348f3d7d58acee04
Use nobreak-space on all non-ASCII whitespace characters

* doc/emacs/display.texi (Text Display): Document it.

* src/xdisp.c (get_next_display_element): Use blankp to test whether
to use the nobreak_space face (bug#44236).
doc/emacs/display.texi
etc/NEWS
src/xdisp.c