]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwin16_set_clipboard_data): Call message2 with 3
authorKarl Heuer <kwzh@gnu.org>
Wed, 8 Apr 1998 06:50:34 +0000 (06:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 8 Apr 1998 06:50:34 +0000 (06:50 +0000)
arguments.

src/w16select.c

index 90209eb67c2ec404a1e8fec934449a5e602601d8..87f341136a4419fe521f564c39c7f31a534b9300 100644 (file)
@@ -432,7 +432,7 @@ DEFUN ("win16-set-clipboard-data", Fwin16_set_clipboard_data, Swin16_set_clipboa
      doesn't make it to the clipboard.  */
   if (ok1 == 0)
     {
-      message2 (no_mem_msg, sizeof (no_mem_msg) - 1);
+      message2 (no_mem_msg, sizeof (no_mem_msg) - 1, 0);
       sit_for (2, 0, 0, 1, 1);
     }