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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c [lexbind]
Date: Thu, 28 Oct 2004 22:32:18 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.754.2.35 emacs/src/xdisp.c:1.754.2.36
*** emacs/src/xdisp.c:1.754.2.35        Mon Oct 25 04:22:26 2004
--- emacs/src/xdisp.c   Fri Oct 29 02:05:10 2004
***************
*** 4891,4896 ****
--- 4891,4898 ----
             translated to octal form.  */
          else if ((it->c < ' '
                    && (it->area != TEXT_AREA
+                       /* In mode line, treat \n, \t like other crl chars.  */
+                       || (it->glyph_row && it->glyph_row->mode_line_p)
                        || (it->c != '\n' && it->c != '\t')))
                   || (it->multibyte_p
                       ? ((it->c >= 127
***************
*** 6365,6371 ****
    bcopy (SDATA (msg), buffer, len);
  
    message_dolog (buffer, len - 1, 1, 0);
!   SAFE_FREE (len);
  
    UNGCPRO;
  }
--- 6367,6373 ----
    bcopy (SDATA (msg), buffer, len);
  
    message_dolog (buffer, len - 1, 1, 0);
!   SAFE_FREE ();
  
    UNGCPRO;
  }




reply via email to

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