# HG changeset patch # User Gerd Moellmann # Date 985965113 0 # Node ID bb0f5c949199cc5581b309a2305283e0d5d6b5e5 # Parent 497b2466113f5c097e183c5c097fc47df3861758 (reseat_to_string): Undo last change. diff -r 497b2466113f -r bb0f5c949199 src/xdisp.c --- a/src/xdisp.c Fri Mar 30 14:09:29 2001 +0000 +++ b/src/xdisp.c Fri Mar 30 15:11:53 2001 +0000 @@ -4006,9 +4006,7 @@ /* 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)