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

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

[elpa] externals/transient 8ad5fb83c4 227/366: Remove async-bytecomp klu


From: Jonas Bernoulli
Subject: [elpa] externals/transient 8ad5fb83c4 227/366: Remove async-bytecomp kludge
Date: Tue, 25 Jan 2022 18:54:43 -0500 (EST)

branch: externals/transient
commit 8ad5fb83c458801816fc2f888c43f6baf74b5803
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Remove async-bytecomp kludge
    
    See https://github.com/jwiegley/emacs-async/issues/139.
---
 lisp/transient.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index cbd5ec4d12..1f1c9c48d5 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -57,14 +57,6 @@
 (eval-when-compile
   (require 'subr-x))
 
-(and (require 'async-bytecomp nil t)
-     (let ((pkgs (bound-and-true-p async-bytecomp-allowed-packages)))
-       (if (consp pkgs)
-           (cl-intersection '(all magit transient) pkgs)
-         (memq pkgs '(all t))))
-     (fboundp 'async-bytecomp-package-mode)
-     (async-bytecomp-package-mode 1))
-
 (declare-function info 'info)
 (declare-function Man-find-section 'man)
 (declare-function Man-next-section 'man)



reply via email to

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