mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-function async-inject-variables (#81)
This commit is contained in:
@ -4,7 +4,8 @@
|
|||||||
;; for its :commands property. I use dolists instead of mapc to avoid extra
|
;; for its :commands property. I use dolists instead of mapc to avoid extra
|
||||||
;; stackframes allocated for lambdas. This is _definitely_ premature
|
;; stackframes allocated for lambdas. This is _definitely_ premature
|
||||||
;; optimization.
|
;; 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"))
|
(autoload sym "async"))
|
||||||
|
|
||||||
(dolist (sym '(persistent-soft-exists-p persistent-soft-fetch
|
(dolist (sym '(persistent-soft-exists-p persistent-soft-fetch
|
||||||
|
Reference in New Issue
Block a user