changeset 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 6906b2b0537f
children 189f70e66cab
files src/w32select.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
       {