branch: externals/async
commit ea83ef5a7f726c390e059a6879a96c508d1d4aa1
Author: Thierry Volpiatto <thierry.volpia...@gmail.com>
Commit: Thierry Volpiatto <thierry.volpia...@gmail.com>

    Use emacs -q flag to fix issue #80 with emacs-26
    
    * async.el (async-start): Do it.
---
 async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/async.el b/async.el
index ba99dcc..f4eaadd 100644
--- a/async.el
+++ b/async.el
@@ -288,7 +288,7 @@ returns nil.  It can still be useful, however, as an 
argument to
                     (expand-file-name invocation-name
                                       invocation-directory))
            finish-func
-           "-Q" "-l"
+           "-q" "-l"
            ;; Using `locate-library' ensure we use the right file
            ;; when the .elc have been deleted.
            (locate-library "async")

Reply via email to