From: Karl Heuer Date: Wed, 8 Apr 1998 06:50:34 +0000 (+0000) Subject: (Fwin16_set_clipboard_data): Call message2 with 3 X-Git-Tag: emacs-20.3~1657 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a63f12f992703d509ebdfd2b6ac2372e4de9d279;p=emacs.git (Fwin16_set_clipboard_data): Call message2 with 3 arguments. --- diff --git a/src/w16select.c b/src/w16select.c index 90209eb67c2..87f341136a4 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -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); }