/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1051 by handa, Mon Sep 12 11:50:05 2005 UTC revision 1.1052 by kfstorm, Mon Sep 12 13:42:30 2005 UTC
# Line 7061  message3 (m, nbytes, multibyte) Line 7061  message3 (m, nbytes, multibyte)
7061    /* First flush out any partial line written with print.  */    /* First flush out any partial line written with print.  */
7062    message_log_maybe_newline ();    message_log_maybe_newline ();
7063    if (STRINGP (m))    if (STRINGP (m))
7064      message_dolog (SDATA (m), nbytes, 1, multibyte);      {
7065          char *buffer;
7066          USE_SAFE_ALLOCA;
7067    
7068          SAFE_ALLOCA (buffer, char *, nbytes);
7069          bcopy (SDATA (m), buffer, nbytes);
7070          message_dolog (buffer, nbytes, 1, multibyte);
7071          SAFE_FREE ();
7072        }
7073    message3_nolog (m, nbytes, multibyte);    message3_nolog (m, nbytes, multibyte);
7074    
7075    UNGCPRO;    UNGCPRO;

Legend:
Removed from v.1.1051  
changed lines
  Added in v.1.1052

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26