Avoid spurious byte-compiler warnings in package-quickstart.el

* lisp/emacs-lisp/package.el (package-quickstart-refresh): Disable the
"`make-variable-buffer-local' not called at toplevel" byte-compiler
warnings.  Given that we wrap it all in a let-form, these are mostly
false positives and not helpful.
This commit is contained in:
Stefan Kangas 2021-11-10 14:49:44 +01:00
parent e3f5f5d867
commit 1e7720d39a

View file

@ -4195,6 +4195,7 @@ activations need to be changed, such as when `package-load-list' is modified."
;; Local\sVariables:
;; version-control: never
;; no-update-autoloads: t
;; byte-compile-warnings: (not make-local)
;; End:
"))
;; FIXME: Do it asynchronously in an Emacs subprocess, and