Fix void-function async-inject-variables (#81)
This commit is contained in:
parent
3e53c3ba76
commit
82efbbd3fb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue