diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-27 01:52:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-27 01:52:10 +0000 |
commit | ad66baa4c7baa4b4ecf7af7559cdfc9461f1e639 (patch) | |
tree | 17572942f6957ffa86420883042422f35c380c6a /src/w16select.c | |
parent | 22e59fa793936682e69cc09e4371fea858827b13 (diff) | |
download | emacs-ad66baa4c7baa4b4ecf7af7559cdfc9461f1e639.tar.gz |
(Fwin16_set_clipboard_data): Pass new arg to sit_for.
Diffstat (limited to 'src/w16select.c')
-rw-r--r-- | src/w16select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w16select.c b/src/w16select.c index e9925c466a7..90209eb67c2 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -433,7 +433,7 @@ DEFUN ("win16-set-clipboard-data", Fwin16_set_clipboard_data, Swin16_set_clipboa if (ok1 == 0) { message2 (no_mem_msg, sizeof (no_mem_msg) - 1); - sit_for (2, 0, 0, 1); + sit_for (2, 0, 0, 1, 1); } done: |