mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(Fw32_set_clipboard_data): Call find_charset_in_str
with MULTIBYTE arg 0.
This commit is contained in:
parent
666273c2f0
commit
2798f18161
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat
|
|||
|| !STRING_MULTIBYTE (string)
|
||||
|| nbytes == XSTRING (string)->size)
|
||||
? 0
|
||||
: find_charset_in_str (src, nbytes, charsets, Qnil, 0));
|
||||
: find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1));
|
||||
|
||||
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue