From 03c7c4b07ce5b89f2fa4f5f98878e19704ac7420 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 1 Aug 2015 14:39:19 +0200 Subject: [PATCH] build-for!: made build-file optional --- core/lib/macros-quickrun.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/macros-quickrun.el b/core/lib/macros-quickrun.el index 7bddce503..242719e04 100644 --- a/core/lib/macros-quickrun.el +++ b/core/lib/macros-quickrun.el @@ -1,7 +1,7 @@ ;;; macros-quickrun.el ;;;###autoload -(defmacro build-for! (mode command build-file) +(defmacro build-for! (mode command &optional build-file) "Register major/minor MODE with build COMMAND. If FILES are provided, do an additional check to make sure they exist in the project root." `(add-hook! ,mode