summaryrefslogtreecommitdiff
path: root/with-editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'with-editor.el')
-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)