branch: master
commit 1c350236679838758d614bc4360dad5a52aacfd3
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async.el: Fix comment.
---
 async.el |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/async.el b/async.el
index c2ae576..d44f14a 100644
--- a/async.el
+++ b/async.el
@@ -268,9 +268,10 @@ returns nil.  It can still be useful, however, as an 
argument to
                        (expand-file-name invocation-name
                                          invocation-directory))
               ,finish-func
-              ;; Ensure we use the right file when the .elc have
-              ;; been deleted by using `locate-library'.
-              "-Q" "-l" ,(locate-library "async")
+              "-Q" "-l"
+              ;; Using `locate-library' ensure we use the right file
+              ;; when the .elc have been deleted.
+              ,(locate-library "async")
               "-batch" "-f" "async-batch-invoke"
               (if async-send-over-pipe
                   "<none>"

Reply via email to