Mercurial > emacs
changeset 23423:4817632d3428
(Fw16_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 | a209636732e9 |
children | 982f97638a8e |
files | src/w16select.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w16select.c Mon Oct 12 12:00:44 1998 +0000 +++ b/src/w16select.c Mon Oct 12 12:00:44 1998 +0000 @@ -449,7 +449,7 @@ || !STRING_MULTIBYTE (string) || nbytes == XSTRING (string)->size) ? 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])) {