branch: master
commit c52a60fb171bd62c58bc20c4bfa536cc51564bc5
Merge: f81ff95 ed0202f
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>
Merge pull request #34 from michael-heerdegen/fix-33
fix #33
---
async.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/async.el b/async.el
index 45cdb4c..63e1783 100644
--- a/async.el
+++ b/async.el
@@ -268,7 +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" ,(symbol-file 'async-batch-invoke 'defun)
+ "-Q" "-l" (symbol-file 'async-batch-invoke 'defun)
"-batch" "-f" "async-batch-invoke"
(if async-send-over-pipe
"<none>"