aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2000-05-31 18:09:57 +0000
committerJason Rumney <[email protected]>2000-05-31 18:09:57 +0000
commit11f292ed17a035e52dc394de835d428e1c2592e1 (patch)
tree1fade91c256978977bf86ca34abdc9334a737025 /src/w32select.c
parentf14156cdc9f2d45b1f7dcf191d034c6788a7e5ab (diff)
(Fw32_set_clipboard_data): Change QNil to Qnil.
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index 2cb527c04c..2877e1657c 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)
{