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

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

[elpa] master 1647b97 047/187: * async.el (async-start): Use the possibl


From: Michael Albinus
Subject: [elpa] master 1647b97 047/187: * async.el (async-start): Use the possible true name of emacs executable.
Date: Wed, 30 Dec 2015 11:49:36 +0000

branch: master
commit 1647b97eaf63eeb34f2ec6e7c030dc22392b36df
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * async.el (async-start): Use the possible true name of emacs executable.
---
 async.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/async.el b/async.el
index 15966d2..87fec2f 100644
--- a/async.el
+++ b/async.el
@@ -262,8 +262,9 @@ returns nil.  It can still be useful, however, as an 
argument to
     `(let* ((sexp ,start-func)
             (,procvar
              (async-start-process
-              "emacs" (expand-file-name invocation-name
-                                        invocation-directory)
+              "emacs" (file-truename
+                       (expand-file-name invocation-name
+                                         invocation-directory))
               ,finish-func
               "-Q" "-l" ,(funcall (symbol-function 'find-library-name)
                                   "async")



reply via email to

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