1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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'.
This commit is contained in:
Philip Kaludercic 2022-08-11 12:42:37 +02:00
parent 878cacc712
commit 9ddc23cd34
No known key found for this signature in database
GPG key ID: F2C3CC513DB89F66
3 changed files with 27 additions and 2 deletions

View file

@ -573,6 +573,11 @@
;;
;; Attempt to clone a REMOTE repository, into a local DIRECTORY.
;; Returns the symbol of the backend used if successful.
;;
;; - send-patch (addr &optional rev-list)
;;
;; Send a patch to ADDR
;;; Changes from the pre-25.1 API:
;;