branch: externals/async
commit 886be4600a841ddab8d981b14ba436ba14080bdd
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Bind package-pinned-packages in children
---
 async-package.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/async-package.el b/async-package.el
index 43419809b0..f1542ca4c3 100644
--- a/async-package.el
+++ b/async-package.el
@@ -63,7 +63,8 @@ Argument ERROR-FILE is the file where errors are logged, if 
some."
      (async-start
       `(lambda ()
          (require 'bytecomp)
-         (setq package-archives ',package-archives)
+         (setq package-archives ',package-archives
+               package-pinned-packages ',package-pinned-packages)
          (package-initialize)
          (prog1
              (condition-case err

Reply via email to