From 82efbbd3fb5952ed8c301fa317a30bebbe46193a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 May 2017 22:32:08 +0200 Subject: [PATCH] Fix void-function async-inject-variables (#81) --- core/core-lib.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-lib.el b/core/core-lib.el index 824170181..902dd3866 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -4,7 +4,8 @@ ;; for its :commands property. I use dolists instead of mapc to avoid extra ;; stackframes allocated for lambdas. This is _definitely_ premature ;; optimization. -(dolist (sym '(async-start async-start-process async-byte-recompile-directory)) +(dolist (sym '(async-start async-start-process async-byte-recompile-directory + async-inject-variables)) (autoload sym "async")) (dolist (sym '(persistent-soft-exists-p persistent-soft-fetch