Mercurial > emacs
changeset 23422:a209636732e9
(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 12 Oct 1998 12:00:44 +0000 |
parents | e89686024d36 |
children | 4817632d3428 |
files | src/w32select.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32select.c Mon Oct 12 12:00:44 1998 +0000 +++ b/src/w32select.c Mon Oct 12 12:00:44 1998 +0000 @@ -120,7 +120,7 @@ num = ((nbytes <= 2 /* Check the possibility of short cut. */ || NILP (buffer_defaults.enable_multibyte_characters)) ? 0 - : find_charset_in_str (src, nbytes, charsets, Qnil, 1)); + : find_charset_in_str (src, nbytes, charsets, Qnil, 0)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) {