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:
parent
878cacc712
commit
9ddc23cd34
3 changed files with 27 additions and 2 deletions
|
|
@ -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:
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue