diff options
| author | Jason Rumney | 2000-05-31 18:09:57 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-05-31 18:09:57 +0000 |
| commit | 11f292ed17a035e52dc394de835d428e1c2592e1 (patch) | |
| tree | 1fade91c256978977bf86ca34abdc9334a737025 /src | |
| parent | f14156cdc9f2d45b1f7dcf191d034c6788a7e5ab (diff) | |
| download | emacs-11f292ed17a035e52dc394de835d428e1c2592e1.tar.gz emacs-11f292ed17a035e52dc394de835d428e1c2592e1.zip | |
(Fw32_set_clipboard_data): Change QNil to Qnil.
Diffstat (limited to 'src')
| -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 | |||
| 127 | /* Since we are now handling multilingual text, we must consider | 127 | /* Since we are now handling multilingual text, we must consider |
| 128 | encoding text for the clipboard. */ | 128 | encoding text for the clipboard. */ |
| 129 | int charset_info = find_charset_in_text (src, XSTRING (string)->size, | 129 | int charset_info = find_charset_in_text (src, XSTRING (string)->size, |
| 130 | nbytes, NULL, QNil); | 130 | nbytes, NULL, Qnil); |
| 131 | 131 | ||
| 132 | if (charset_info == 0) | 132 | if (charset_info == 0) |
| 133 | { | 133 | { |