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

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

[nongnu] elpa/with-editor b439749 130/140: Remove async-bytecomp kludge


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor b439749 130/140: Remove async-bytecomp kludge
Date: Fri, 6 Aug 2021 12:51:34 -0400 (EDT)

branch: elpa/with-editor
commit b439749da110af83aea40e79dd2a8c57427bc28a
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.
---
 with-editor.el | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/with-editor.el b/with-editor.el
index ff53c76..9950fff 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -8,7 +8,7 @@
 ;; Author: Jonas Bernoulli <jonas@bernoul.li>
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 
-;; Package-Requires: ((emacs "24.4") (async "1.9"))
+;; Package-Requires: ((emacs "24.4"))
 ;; Keywords: tools
 ;; Homepage: https://github.com/magit/with-editor
 
@@ -87,14 +87,6 @@
 (require 'server)
 (require 'shell)
 
-(and (require 'async-bytecomp nil t)
-     (let ((pkgs (bound-and-true-p async-bytecomp-allowed-packages)))
-       (if (consp pkgs)
-           (cl-intersection '(all magit) pkgs)
-         (memq pkgs '(all t))))
-     (fboundp 'async-bytecomp-package-mode)
-     (async-bytecomp-package-mode 1))
-
 (eval-when-compile
   (progn (require 'dired nil t)
          (require 'eshell nil t)



reply via email to

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