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: Tue, 15 Feb 2005 01:49:13 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.978 emacs/src/xdisp.c:1.979
*** emacs/src/xdisp.c:1.978     Sat Feb 12 18:36:01 2005
--- emacs/src/xdisp.c   Tue Feb 15 06:49:12 2005
***************
*** 5044,5050 ****
          else if ((it->c < ' '
                    && (it->area != TEXT_AREA
                        /* In mode line, treat \n like other crl chars.  */
!                       || (it->c != '\n'
                            && it->glyph_row && it->glyph_row->mode_line_p)
                        || (it->c != '\n' && it->c != '\t')))
                   || (it->multibyte_p
--- 5044,5050 ----
          else if ((it->c < ' '
                    && (it->area != TEXT_AREA
                        /* In mode line, treat \n like other crl chars.  */
!                       || (it->c != '\t'
                            && it->glyph_row && it->glyph_row->mode_line_p)
                        || (it->c != '\n' && it->c != '\t')))
                   || (it->multibyte_p




reply via email to

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