diff options
| author | Jason Rumney | 2000-01-23 03:23:12 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-01-23 03:23:12 +0000 |
| commit | aba6b952acac672d1140f9620d52f32e518be3d6 (patch) | |
| tree | f8247f15420c216c6f9122a0b3d7f6bf5dddf464 /src | |
| parent | 162d2499e2e57908141d208ade99b61ac9854223 (diff) | |
| download | emacs-aba6b952acac672d1140f9620d52f32e518be3d6.tar.gz emacs-aba6b952acac672d1140f9620d52f32e518be3d6.zip | |
(Fw32_set_clipboard_data): Update call to find_charset_in_str.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c index 65db0b5458e..ad28d17f9c3 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -134,7 +134,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat | |||
| 134 | || !STRING_MULTIBYTE (string) | 134 | || !STRING_MULTIBYTE (string) |
| 135 | || nbytes == XSTRING (string)->size) | 135 | || nbytes == XSTRING (string)->size) |
| 136 | ? 0 | 136 | ? 0 |
| 137 | : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); | 137 | : find_charset_in_str (src, nbytes, charsets, Qnil, 1)); |
| 138 | 138 | ||
| 139 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) | 139 | if (!num || (num == 1 && charsets[CHARSET_ASCII])) |
| 140 | { | 140 | { |