Skip to content

Commit

Permalink
Add support prodigy-callback in :init
Browse files Browse the repository at this point in the history
Fixes rejeep#70
  • Loading branch information
thomasf committed May 3, 2015
1 parent 700eb15 commit 6c61261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodigy.el
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ the process is put in failed status."
(unless process
(setq process (apply 'start-process (append (list name nil command) args)))))))
(-when-let (init (prodigy-service-init service))
(funcall init))
(prodigy-callback-with-plist init service))
(-when-let (init-async (prodigy-service-init-async service))
(let (callbacked)
(funcall
Expand Down

0 comments on commit 6c61261

Please sign in to comment.