updated for version 7.0073
diff --git a/src/ui.c b/src/ui.c
index 15ab7cf..3506c48 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -2140,7 +2140,7 @@
 	clip_yank_selection(MCHAR, buffer, (long)nbytes, cbd);
 	XFree((void *)buffer);
 	if (p_verbose > 0)
-	    smsg((char_u *)_("Used CUT_BUFFER0 instead of empty selection") );
+	    MSG(_("Used CUT_BUFFER0 instead of empty selection"));
     }
 }