# HG changeset patch # User Richard M. Stallman # Date 1119017385 0 # Node ID 0691dbaf122bba4ce79e2a8efd480bef505ec7d5 # Parent bda22724fc826cc2e977443651ee9c066a50e19b (get_next_display_element): Reverse test of Vshow_nonbreak_escape. diff -r bda22724fc82 -r 0691dbaf122b src/xdisp.c --- 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)) {