emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1c35023 114/187: * async.el: Fix comment.


From: Michael Albinus
Subject: [elpa] master 1c35023 114/187: * async.el: Fix comment.
Date: Wed, 30 Dec 2015 11:50:03 +0000

branch: master
commit 1c350236679838758d614bc4360dad5a52aacfd3
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * 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

[Prev in Thread] Current Thread [Next in Thread]