emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8c0cc0f 160/187: Add magit to async-bytecomp-allowed-packa


From: Michael Albinus
Subject: [elpa] master 8c0cc0f 160/187: Add magit to async-bytecomp-allowed-package.
Date: Wed, 30 Dec 2015 11:50:22 +0000

branch: master
commit 8c0cc0fab18b4289c6b5cae156d65679d9604733
Author: Jonas Bernoulli <address@hidden>
Commit: Jonas Bernoulli <address@hidden>

    Add magit to async-bytecomp-allowed-package.
    
    As the maintainer of Magit I opt-in to `package.el' not messing
    up the builds of this package and its dependencies.
---
 async-bytecomp.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index d074560..e680df0 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -42,7 +42,8 @@
 (require 'cl-lib)
 (require 'async)
 
-(defcustom async-bytecomp-allowed-packages '(async helm helm-core helm-ls-git 
helm-ls-hg)
+(defcustom async-bytecomp-allowed-packages
+  '(async helm helm-core helm-ls-git helm-ls-hg magit)
   "Packages in this list will be compiled asynchronously by `package--compile'.
 All the dependencies of these packages will be compiled async too,
 so no need to add dependencies to this list.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]