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:
parent
1d9a4930a5
commit
b33e80aa31
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue