From c7fdc17c165a2206b56dc1f451927952edc3b60a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 18 Dec 2020 18:29:52 -0500 Subject: [PATCH] * lisp/emacs-lisp/package.el (package-quickstart-refresh): Fix last change Actually allow byte-compiling the file. Reported by Basil L. Contovounesios . --- lisp/emacs-lisp/package.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index f6ad6d2ebc7..fa93ffd0cc5 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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: ")) -- 2.39.2