diff options
| author | Kenichi Handa | 1998-10-12 12:00:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-10-12 12:00:44 +0000 |
| commit | 76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5 (patch) | |
| tree | 1883f463687129c01783c4b1b2704ea671d7685a | |
| parent | 3c8cb3123a6fc54968fd368c0ce15d2d16826126 (diff) | |
| download | emacs-76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5.tar.gz emacs-76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5.zip | |
(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
| -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 f59768a300e..d587e583187 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, 1)); | 452 | : find_charset_in_str (src, nbytes, charsets, Qnil, 0)); |
| 453 | 453 | ||
| 454 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) | 454 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) |
| 455 | { | 455 | { |