]> git.eshelyaron.com Git - emacs.git/commitdiff
(reseat_to_string): Undo last change.
authorGerd Moellmann <gerd@gnu.org>
Fri, 30 Mar 2001 15:11:53 +0000 (15:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 30 Mar 2001 15:11:53 +0000 (15:11 +0000)
src/xdisp.c

index f17467f63c77b5b285912890a00e5e8237218613..ca57381d21cdf3e41310edc3e62ecc32818102f4 100644 (file)
@@ -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)