From 555b280f28998668c2f2b22df63c5393cfa9a0dd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 19 May 2005 21:08:39 +0000 Subject: updated for version 7.0073 --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 15ab7cf97..3506c48b8 100644 --- a/src/ui.c +++ b/src/ui.c @@ -2140,7 +2140,7 @@ clip_x11_request_selection(myShell, dpy, cbd) 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")); } } -- cgit v1.2.1