comparison src/xdisp.c @ 83296:effe22690419

Merged from miles@gnu.org--gnu-2005 (patch 281-285) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-281 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-282 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-283 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-284 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-285 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-336
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 02 May 2005 14:38:00 +0000
parents a8c8fab4072c b3a3357502cd
children b151ec53c504
comparison
equal deleted inserted replaced
83295:2d137ca54960 83296:effe22690419
7899 EMACS_INT nbytes, multibyte_p; 7899 EMACS_INT nbytes, multibyte_p;
7900 { 7900 {
7901 const char *s = (const char *) a1; 7901 const char *s = (const char *) a1;
7902 Lisp_Object string = a2; 7902 Lisp_Object string = a2;
7903 7903
7904 xassert (BEG == Z);
7905
7906 /* Change multibyteness of the echo buffer appropriately. */ 7904 /* Change multibyteness of the echo buffer appropriately. */
7907 if (message_enable_multibyte 7905 if (message_enable_multibyte
7908 != !NILP (current_buffer->enable_multibyte_characters)) 7906 != !NILP (current_buffer->enable_multibyte_characters))
7909 Fset_buffer_multibyte (message_enable_multibyte ? Qt : Qnil); 7907 Fset_buffer_multibyte (message_enable_multibyte ? Qt : Qnil);
7910 7908