comparison src/w32select.c @ 29332:f2308eae15d7

(Fw32_set_clipboard_data): Change QNil to Qnil.
author Jason Rumney <jasonr@gnu.org>
date Wed, 31 May 2000 18:09:57 +0000
parents 3eec558de0ef
children f390b90e3495
comparison
equal deleted inserted replaced
29331:6906b2b0537f 29332:f2308eae15d7
125 125
126 { 126 {
127 /* Since we are now handling multilingual text, we must consider 127 /* Since we are now handling multilingual text, we must consider
128 encoding text for the clipboard. */ 128 encoding text for the clipboard. */
129 int charset_info = find_charset_in_text (src, XSTRING (string)->size, 129 int charset_info = find_charset_in_text (src, XSTRING (string)->size,
130 nbytes, NULL, QNil); 130 nbytes, NULL, Qnil);
131 131
132 if (charset_info == 0) 132 if (charset_info == 0)
133 { 133 {
134 /* No multibyte character in OBJ. We need not encode it. */ 134 /* No multibyte character in OBJ. We need not encode it. */
135 135