1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

(Fw16_set_clipboard_data): Fix the call to sit_for as per the calling sequence

changed on 2006-07-11.
This commit is contained in:
Eli Zaretskii 2006-11-25 14:30:18 +00:00
parent 1d9a4930a5
commit b33e80aa31

View file

@ -590,7 +590,7 @@ DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat
message2 (system_error_msg, sizeof (system_error_msg) - 1, 0);
break;
}
sit_for (2, 0, 0, 1, 1);
sit_for (make_number (2), 0, 2);
}
done: