Mercurial > emacs
comparison src/w16select.c @ 74183:727f68fa1f38
(Fw16_set_clipboard_data): Fix the call to sit_for as per the calling sequence
changed on 2006-07-11.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 25 Nov 2006 14:30:18 +0000 |
parents | 3bd95f4f2941 |
children | 3d45362f1d38 f1d13e615070 |
comparison
equal
deleted
inserted
replaced
74182:c82e46a2e888 | 74183:727f68fa1f38 |
---|---|
588 break; | 588 break; |
589 case 3: | 589 case 3: |
590 message2 (system_error_msg, sizeof (system_error_msg) - 1, 0); | 590 message2 (system_error_msg, sizeof (system_error_msg) - 1, 0); |
591 break; | 591 break; |
592 } | 592 } |
593 sit_for (2, 0, 0, 1, 1); | 593 sit_for (make_number (2), 0, 2); |
594 } | 594 } |
595 | 595 |
596 done: | 596 done: |
597 | 597 |
598 return (ok && put_status == 0 ? string : Qnil); | 598 return (ok && put_status == 0 ? string : Qnil); |