Mercurial > emacs
diff src/xdisp.c @ 37100:bb0f5c949199
(reseat_to_string): Undo last change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 30 Mar 2001 15:11:53 +0000 |
parents | f48e8fc252ee |
children | d22db00cb35b |
line wrap: on
line diff
--- 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)