Index: emacs/src/xdisp.c diff -c emacs/src/xdisp.c:1.1024 emacs/src/xdisp.c:1.1025 *** emacs/src/xdisp.c:1.1024 Mon Jun 13 20:49:14 2005 --- emacs/src/xdisp.c Fri Jun 17 14:09:45 2005 *************** *** 5152,5158 **** /* Handle non-break space in the mode where it only gets highlighting. */ ! if (! EQ (Vshow_nonbreak_escape, Qt) && (it->c == 0x8a0 || it->c == 0x920 || it->c == 0xe20 || it->c == 0xf20)) { --- 5152,5158 ---- /* Handle non-break space in the mode where it only gets highlighting. */ ! if (EQ (Vshow_nonbreak_escape, Qt) && (it->c == 0x8a0 || it->c == 0x920 || it->c == 0xe20 || it->c == 0xf20)) {
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs