comparison src/w16select.c @ 17960:5c31b98be973

(Fwin16_set_clipboard_data): Pass new arg to sit_for.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 May 1997 01:52:10 +0000
parents 0902196df62a
children 7a310ef91b2d
comparison
equal deleted inserted replaced
17959:7b3eb9189759 17960:5c31b98be973
431 fail the function, people might wonder why their text sometimes 431 fail the function, people might wonder why their text sometimes
432 doesn't make it to the clipboard. */ 432 doesn't make it to the clipboard. */
433 if (ok1 == 0) 433 if (ok1 == 0)
434 { 434 {
435 message2 (no_mem_msg, sizeof (no_mem_msg) - 1); 435 message2 (no_mem_msg, sizeof (no_mem_msg) - 1);
436 sit_for (2, 0, 0, 1); 436 sit_for (2, 0, 0, 1, 1);
437 } 437 }
438 438
439 done: 439 done:
440 UNBLOCK_INPUT; 440 UNBLOCK_INPUT;
441 441