branch: master
commit ed0202f17a6a7b1eda322d88a32745b3bd2bbf56
Author: Michael Heerdegen <[email protected]>
Commit: Michael Heerdegen <[email protected]>
fix #33 async-start evals (symbol-file 'async-batch-invoke 'defun) at
compile time
---
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>"