1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

(set_message_1): Delete xassert.

This commit is contained in:
Richard M. Stallman 2005-04-30 20:08:12 +00:00
parent f55b37c038
commit 600e4de592

View file

@ -7899,8 +7899,6 @@ set_message_1 (a1, a2, nbytes, multibyte_p)
const char *s = (const char *) a1;
Lisp_Object string = a2;
xassert (BEG == Z);
/* Change multibyteness of the echo buffer appropriately. */
if (message_enable_multibyte
!= !NILP (current_buffer->enable_multibyte_characters))