]> git.eshelyaron.com Git - emacs.git/commit
Avoid spurious byte-compiler warnings in package-quickstart.el
authorStefan Kangas <stefan@marxist.se>
Wed, 10 Nov 2021 13:49:44 +0000 (14:49 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 10 Nov 2021 13:52:38 +0000 (14:52 +0100)
commit1e7720d39afa9b86c5c1bf4bfded994fa6e48aff
tree1a5311a16685208cc7ca2a207d0cb758ada54f86
parente3f5f5d8672567d0b29dd83005bd5a399cab90c3
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.
lisp/emacs-lisp/package.el