branch: elpa/with-editor
commit b439749da110af83aea40e79dd2a8c57427bc28a
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
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 <[email protected]>
;; Maintainer: Jonas Bernoulli <[email protected]>
-;; 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)