]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_message_1): Delete xassert.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:08:12 +0000 (20:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:08:12 +0000 (20:08 +0000)
src/xdisp.c

index 9bb7fbec5c394bf6ce173a07c6521d7d83b4146b..19323ffa6d582a88e47aa69da5920e5a5dc9e849 100644 (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))