From 11f292ed17a035e52dc394de835d428e1c2592e1 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 31 May 2000 18:09:57 +0000 Subject: [PATCH] (Fw32_set_clipboard_data): Change QNil to Qnil. --- src/w32select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32select.c b/src/w32select.c index 2cb527c04ce..2877e1657cc 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -127,7 +127,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat /* 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) { -- 2.39.5