comparison src/xdisp.c @ 61941:b3a3357502cd

(set_message_1): Delete xassert.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Apr 2005 20:08:12 +0000
parents f0d1759ab128
children 9aeb4fcfe44d effe22690419
comparison
equal deleted inserted replaced
61940:bf3ad3b1e943 61941:b3a3357502cd
7897 EMACS_INT nbytes, multibyte_p; 7897 EMACS_INT nbytes, multibyte_p;
7898 { 7898 {
7899 const char *s = (const char *) a1; 7899 const char *s = (const char *) a1;
7900 Lisp_Object string = a2; 7900 Lisp_Object string = a2;
7901 7901
7902 xassert (BEG == Z);
7903
7904 /* Change multibyteness of the echo buffer appropriately. */ 7902 /* Change multibyteness of the echo buffer appropriately. */
7905 if (message_enable_multibyte 7903 if (message_enable_multibyte
7906 != !NILP (current_buffer->enable_multibyte_characters)) 7904 != !NILP (current_buffer->enable_multibyte_characters))
7907 Fset_buffer_multibyte (message_enable_multibyte ? Qt : Qnil); 7905 Fset_buffer_multibyte (message_enable_multibyte ? Qt : Qnil);
7908 7906