diff options
| author | Kenichi Handa | 1998-12-15 04:35:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-12-15 04:35:38 +0000 |
| commit | 42912be3607fc4f841e612c50e94ab2e7ca1ad9e (patch) | |
| tree | 0e733a5310c883bbc89ecfa3942a77cf399e0675 /src | |
| parent | 2798f181612db3dac2ff3ff2660830f2bc4df887 (diff) | |
| download | emacs-42912be3607fc4f841e612c50e94ab2e7ca1ad9e.tar.gz emacs-42912be3607fc4f841e612c50e94ab2e7ca1ad9e.zip | |
(Fw16_set_clipboard_data): Call find_charset_in_str
with MULTIBYTE arg 0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w16select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w16select.c b/src/w16select.c index d587e583187..85cdd852c95 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -449,7 +449,7 @@ DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat | |||
| 449 | || !STRING_MULTIBYTE (string) | 449 | || !STRING_MULTIBYTE (string) |
| 450 | || nbytes == XSTRING (string)->size) | 450 | || nbytes == XSTRING (string)->size) |
| 451 | ? 0 | 451 | ? 0 |
| 452 | : find_charset_in_str (src, nbytes, charsets, Qnil, 0)); | 452 | : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); |
| 453 | 453 | ||
| 454 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) | 454 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) |
| 455 | { | 455 | { |