Mercurial > emacs
changeset 37100:bb0f5c949199
(reseat_to_string): Undo last change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 30 Mar 2001 15:11:53 +0000 |
parents | 497b2466113f |
children | c9960ca5e880 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
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)