From cabf45daae770df62714263eef92a90934f25dd9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 30 Mar 2001 15:11:53 +0000 Subject: [PATCH] (reseat_to_string): Undo last change. --- src/xdisp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.39.2