diff options
author | Kenichi Handa <handa@m17n.org> | 1998-10-12 12:00:44 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-10-12 12:00:44 +0000 |
commit | 6b123f323b9ee2274ebfc8e33168d542949605dd (patch) | |
tree | 02c4155deb1bf99943650dee1e138571d07a786c /src/xselect.c | |
parent | 8e36ae7f46fddf057bde89a58d18749dc6d8cfbb (diff) | |
download | emacs-6b123f323b9ee2274ebfc8e33168d542949605dd.tar.gz |
(lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index d9da5edc3fa..e51fb6cd448 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1637,7 +1637,7 @@ lisp_data_to_selection_data (display, obj, || !STRING_MULTIBYTE (obj) || *size_ret == XSTRING (obj)->size) ? 0 - : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1)); + : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 0)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) { |