summaryrefslogtreecommitdiffstats
path: root/src/message.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.c')
-rw-r--r--src/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c
index a2fc008c2e..591691f3f6 100644
--- a/src/message.c
+++ b/src/message.c
@@ -37,7 +37,7 @@ static char_u *confirm_msg = NULL; // ":confirm" message
static char_u *confirm_msg_tail; // tail of confirm_msg
static void display_confirm_msg(void);
#endif
-#ifdef FEAT_JOB_CHANNEL
+#ifdef FEAT_EVAL
static int emsg_to_channel_log = FALSE;
#endif