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

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

[elpa] externals/async ea83ef5 23/60: Use emacs -q flag to fix issue #80


From: Stefan Monnier
Subject: [elpa] externals/async ea83ef5 23/60: Use emacs -q flag to fix issue #80 with emacs-26
Date: Tue, 8 Oct 2019 10:11:30 -0400 (EDT)

branch: externals/async
commit ea83ef5a7f726c390e059a6879a96c508d1d4aa1
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    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

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