Mercurial > emacs
changeset 63550:0691dbaf122b
(get_next_display_element): Reverse test of Vshow_nonbreak_escape.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 2005 14:09:45 +0000 |
parents | bda22724fc82 |
children | 48de3601d94c |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Fri Jun 17 14:08:58 2005 +0000 +++ b/src/xdisp.c Fri Jun 17 14:09:45 2005 +0000 @@ -5152,7 +5152,7 @@ /* Handle non-break space in the mode where it only gets highlighting. */ - if (! EQ (Vshow_nonbreak_escape, Qt) + if (EQ (Vshow_nonbreak_escape, Qt) && (it->c == 0x8a0 || it->c == 0x920 || it->c == 0xe20 || it->c == 0xf20)) {