diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-05-31 18:09:57 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-05-31 18:09:57 +0000 |
commit | 11f292ed17a035e52dc394de835d428e1c2592e1 (patch) | |
tree | 1fade91c256978977bf86ca34abdc9334a737025 /src/w32select.c | |
parent | f14156cdc9f2d45b1f7dcf191d034c6788a7e5ab (diff) | |
download | emacs-11f292ed17a035e52dc394de835d428e1c2592e1.tar.gz |
(Fw32_set_clipboard_data): Change QNil to Qnil.
Diffstat (limited to 'src/w32select.c')
-rw-r--r-- | src/w32select.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |