From: Jason Rumney Date: Sun, 23 Jan 2000 03:23:12 +0000 (+0000) Subject: (Fw32_set_clipboard_data): Update call to find_charset_in_str. X-Git-Tag: emacs-pretest-21.0.90~5283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aba6b952acac672d1140f9620d52f32e518be3d6;p=emacs.git (Fw32_set_clipboard_data): Update call to find_charset_in_str. --- 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 || !STRING_MULTIBYTE (string) || nbytes == XSTRING (string)->size) ? 0 - : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); + : find_charset_in_str (src, nbytes, charsets, Qnil, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) {