Skip to content

Commit

Permalink
remove async dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
conao3 committed Jan 10, 2020
1 parent 2caf90d commit dff3c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion promise.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: chuntaro <[email protected]>
;; URL: https://github.com/chuntaro/emacs-promise
;; Package-Requires: ((emacs "26.1") (async "1.9"))
;; Package-Requires: ((emacs "26.1"))
;; Version: 1.1
;; Keywords: async promise convenience

Expand Down Expand Up @@ -474,6 +474,7 @@ Resolve:
Reject:
- Error object while evaluating START-FUNC and FINISH-FUNC."
(require 'async)
(promise-new
(lambda (resolve reject)
(set-process-sentinel (async-start start-func
Expand Down

0 comments on commit dff3c25

Please sign in to comment.