* lisp/emacs-lisp/package.el (package-quickstart-refresh): Fix last change

Actually allow byte-compiling the file.
Reported by Basil L. Contovounesios <contovob@tcd.ie>.
This commit is contained in:
Stefan Monnier 2020-12-18 18:29:52 -05:00
parent f36971b59b
commit c7fdc17c16

View file

@ -4100,7 +4100,6 @@ activations need to be changed, such as when `package-load-list' is modified."
(insert "
;; Local\sVariables:
;; version-control: never
;;\sno-byte-compile: t
;; no-update-autoloads: t
;; End:
"))