emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 17 Jun 2005 10:09:46 -0400

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))
                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]