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:
parent
f55b37c038
commit
600e4de592
1 changed files with 0 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue