summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index a392d71e4..ecd5c4401 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -337,7 +337,7 @@ ui_suspend(void)
suspend_shell(void)
{
if (*p_sh == NUL)
- EMSG(_(e_shellempty));
+ emsg(_(e_shellempty));
else
{
MSG_PUTS(_("new shell started\n"));