/[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.729.2.8 by fx, Tue Jul 30 11:37:50 2002 UTC revision 1.729.2.9 by handa, Wed Jul 31 07:11:28 2002 UTC
# Line 6433  setup_echo_area_for_printing (multibyte_ Line 6433  setup_echo_area_for_printing (multibyte_
6433        /* Set up the buffer for the multibyteness we need.  */        /* Set up the buffer for the multibyteness we need.  */
6434        if (multibyte_p        if (multibyte_p
6435            != !NILP (current_buffer->enable_multibyte_characters))            != !NILP (current_buffer->enable_multibyte_characters))
6436          Fset_buffer_multibyte (multibyte_p ? Qt : Qnil);          Fset_buffer_multibyte (multibyte_p ? Qt : Qnil, Qnil);
6437    
6438        /* Raise the frame containing the echo area.  */        /* Raise the frame containing the echo area.  */
6439        if (minibuffer_auto_raise)        if (minibuffer_auto_raise)
# Line 6911  set_message_1 (a1, a2, nbytes, multibyte Line 6911  set_message_1 (a1, a2, nbytes, multibyte
6911    /* Change multibyteness of the echo buffer appropriately.  */    /* Change multibyteness of the echo buffer appropriately.  */
6912    if (message_enable_multibyte    if (message_enable_multibyte
6913        != !NILP (current_buffer->enable_multibyte_characters))        != !NILP (current_buffer->enable_multibyte_characters))
6914      Fset_buffer_multibyte (message_enable_multibyte ? Qt : Qnil);      Fset_buffer_multibyte (message_enable_multibyte ? Qt : Qnil, Qnil);
6915    
6916    current_buffer->truncate_lines = message_truncate_lines ? Qt : Qnil;    current_buffer->truncate_lines = message_truncate_lines ? Qt : Qnil;
6917        

Legend:
Removed from v.1.729.2.8  
changed lines
  Added in v.1.729.2.9

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