From 0c0aff60a1fead73070797307332f0c0b5861c90 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Thu, 11 Apr 2019 10:16:10 +0300 Subject: [PATCH] [lang/kotlin] Use `warn!` macro in doctor.el --- modules/lang/kotlin/doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/kotlin/doctor.el b/modules/lang/kotlin/doctor.el index 7dd70d076..63eabc017 100644 --- a/modules/lang/kotlin/doctor.el +++ b/modules/lang/kotlin/doctor.el @@ -1,4 +1,4 @@ ;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*- (unless (executable-find "ktlint") - (warn "ktlint not found. flycheck-kotlin won't work.")) + (warn! "ktlint not found. flycheck-kotlin won't work."))