]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fw32_set_clipboard_data): Update call to find_charset_in_str.
authorJason Rumney <jasonr@gnu.org>
Sun, 23 Jan 2000 03:23:12 +0000 (03:23 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 23 Jan 2000 03:23:12 +0000 (03:23 +0000)
src/w32select.c

index 65db0b5458ea63f36c26fb9fd45cf9ba84dd10ef..ad28d17f9c3a24db97a858a64d9ede688a3f8fef 100644 (file)
@@ -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]))
       {