From: Gerd Moellmann Date: Fri, 30 Mar 2001 15:11:53 +0000 (+0000) Subject: (reseat_to_string): Undo last change. X-Git-Tag: emacs-pretest-21.0.101~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cabf45daae770df62714263eef92a90934f25dd9;p=emacs.git (reseat_to_string): Undo last change. --- diff --git a/src/xdisp.c b/src/xdisp.c index f17467f63c7..ca57381d21c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4006,9 +4006,7 @@ reseat_to_string (it, s, string, charpos, precision, field_width, multibyte) /* If STRING is specified, use its multibyteness, otherwise use the setting of MULTIBYTE, if specified. */ - if (STRINGP (string)) - it->multibyte_p = STRING_MULTIBYTE (string); - else if (multibyte >= 0) + if (multibyte >= 0) it->multibyte_p = multibyte > 0; if (s == NULL)