From 9ddc23cd3438cba85b8a41e78d335c0d5071a212 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Thu, 11 Aug 2022 12:42:37 +0200 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/emacs-lisp/package-vc.el') 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. -- cgit v1.2.3