summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-01-17 21:08:55 +0100
committerJonas Bernoulli <jonas@bernoul.li>2021-01-17 21:08:55 +0100
commitb439749da110af83aea40e79dd2a8c57427bc28a (patch)
tree2e15b8044e42f1f37b3d2cf5dbc5c3226dc130d4
parent139ef3933ea7aa3fe67b87450a6a1ac0895e5c81 (diff)
Remove async-bytecomp kludge
See https://github.com/jwiegley/emacs-async/issues/139.
-rw-r--r--with-editor.el10
1 files changed, 1 insertions, 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)