diff options
author | Kenichi Handa <handa@m17n.org> | 1999-12-15 00:26:05 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-12-15 00:26:05 +0000 |
commit | 99e1184e5cf7a839cdae4fa6a32b591e9b2b1161 (patch) | |
tree | 351ee5e050b4e7540e4349ae46ea336c3b19c615 /src/xselect.c | |
parent | 58cad5ed4ffe30d1db24ef932ef4aba016cf944b (diff) | |
download | emacs-99e1184e5cf7a839cdae4fa6a32b591e9b2b1161.tar.gz |
(lisp_data_to_selection_data): Adjusted for the change
for find_charset_in_str.
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 7057e234007..27bb4689bcb 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1659,7 +1659,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, 0, 1)); + : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) { |