]> git.eshelyaron.com Git - emacs.git/commit
Ignore files in .elpaignore during byte compilation
authorPhilip Kaludercic <philipk@posteo.net>
Thu, 11 Aug 2022 10:42:37 +0000 (12:42 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 11 Aug 2022 10:47:28 +0000 (12:47 +0200)
commit9ddc23cd3438cba85b8a41e78d335c0d5071a212
tree420e505bb943e6b83698284df4d41f8b750d5944
parent878cacc7127426a51feff28dd323674a7e62a5e0
Ignore files in .elpaignore during byte compilation

* package.el (package--parse-elpaignore): Add new function.
(package--compile): Bind 'byte-compile-ignore-files' to the result of
'package--parse-elpaignore'.
lisp/emacs-lisp/package-vc.el
lisp/emacs-lisp/package.el
lisp/vc/vc.el