projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36971b
)
* lisp/emacs-lisp/package.el (package-quickstart-refresh): Fix last change
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 18 Dec 2020 23:29:52 +0000
(18:29 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 18 Dec 2020 23:29:52 +0000
(18:29 -0500)
Actually allow byte-compiling the file.
Reported by Basil L. Contovounesios <contovob@tcd.ie>.
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index f6ad6d2ebc7a7f207486d43f5667496a298d2924..fa93ffd0cc5f389f9f1807f32d65333859f8485f 100644
(file)
--- 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 "
\f
;; Local\sVariables:
;; version-control: never
-;;\sno-byte-compile: t
;; no-update-autoloads: t
;; End:
"))