# HG changeset patch # User Jason Rumney # Date 959796597 0 # Node ID f2308eae15d75ab21d4cf7b324d846725a171e22 # Parent 6906b2b0537fe83c0a2ee59699dbfefa3481067d (Fw32_set_clipboard_data): Change QNil to Qnil. diff -r 6906b2b0537f -r f2308eae15d7 src/w32select.c --- a/src/w32select.c Wed May 31 18:08:30 2000 +0000 +++ b/src/w32select.c Wed May 31 18:09:57 2000 +0000 @@ -127,7 +127,7 @@ /* Since we are now handling multilingual text, we must consider encoding text for the clipboard. */ int charset_info = find_charset_in_text (src, XSTRING (string)->size, - nbytes, NULL, QNil); + nbytes, NULL, Qnil); if (charset_info == 0) {