summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package-vc.el
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-11 12:42:37 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-11 12:47:28 +0200
commit9ddc23cd3438cba85b8a41e78d335c0d5071a212 (patch)
tree420e505bb943e6b83698284df4d41f8b750d5944 /lisp/emacs-lisp/package-vc.el
parent878cacc7127426a51feff28dd323674a7e62a5e0 (diff)
downloademacs-9ddc23cd3438cba85b8a41e78d335c0d5071a212.tar.gz
emacs-9ddc23cd3438cba85b8a41e78d335c0d5071a212.tar.bz2
emacs-9ddc23cd3438cba85b8a41e78d335c0d5071a212.zip
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'.
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-rw-r--r--lisp/emacs-lisp/package-vc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 5a707e1a600..0f5ee4305a8 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -29,7 +29,6 @@
;; - Allow for automatic updating TODO
;; * Detect merge conflicts TODO
;; * Check if there are upstream changes TODO
-;; - Respect the .elpaignore file TODO
;; - Allow finding revisions that bump the version tag TODO
;; * Allow for `package-vc-fetch' to use the version
;; of the package if already installed.