branch: master
commit 4a7b07bb2dce7fc8550cc23e99021e533635ab47
Merge: 3f751fb b05c63a
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>
Merge pull request #23 from DarwinAwardWinner/no-load-path-fix
Don't rely on async.el being in load-path.
---
async.el | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/async.el b/async.el
index 4c79816..f22f900 100644
--- a/async.el
+++ b/async.el
@@ -268,8 +268,7 @@ returns nil. It can still be useful, however, as an
argument to
(expand-file-name invocation-name
invocation-directory))
,finish-func
- "-Q" "-l" ,(funcall (symbol-function 'find-library-name)
- "async")
+ "-Q" "-l" ,(symbol-file 'async-batch-invoke 'defun)
"-batch" "-f" "async-batch-invoke"
(if async-send-over-pipe
"<none>"