Skip to content

Commit

Permalink
Merge pull request #29 from conao3/fix-promise-chain
Browse files Browse the repository at this point in the history
Remove promise-new special handler in promise-chain
  • Loading branch information
chuntaro authored Feb 7, 2020
2 parents ec71553 + 1fcf189 commit 0e25362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promise.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ as below.
(args (cdr-safe sexp)))
(cl-case fn
(promise-new
`(setf promise ,@sexp))
`(setf promise ,sexp))
((promise-then
promise-catch
promise-done
Expand Down

0 comments on commit 0e25362

Please sign in to comment.