diff options
| author | Kenichi Handa | 1999-12-15 00:26:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-12-15 00:26:05 +0000 |
| commit | 99e1184e5cf7a839cdae4fa6a32b591e9b2b1161 (patch) | |
| tree | 351ee5e050b4e7540e4349ae46ea336c3b19c615 /src/xselect.c | |
| parent | 58cad5ed4ffe30d1db24ef932ef4aba016cf944b (diff) | |
| download | emacs-99e1184e5cf7a839cdae4fa6a32b591e9b2b1161.tar.gz emacs-99e1184e5cf7a839cdae4fa6a32b591e9b2b1161.zip | |
(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, | |||
| 1659 | || !STRING_MULTIBYTE (obj) | 1659 | || !STRING_MULTIBYTE (obj) |
| 1660 | || *size_ret == XSTRING (obj)->size) | 1660 | || *size_ret == XSTRING (obj)->size) |
| 1661 | ? 0 | 1661 | ? 0 |
| 1662 | : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 0, 1)); | 1662 | : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1)); |
| 1663 | 1663 | ||
| 1664 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) | 1664 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) |
| 1665 | { | 1665 | { |