Skip to content

Commit

Permalink
Use emacs -q flag to fix issue #80 with emacs-26
Browse files Browse the repository at this point in the history
* async.el (async-start): Do it.
  • Loading branch information
Thierry Volpiatto committed Aug 30, 2017
1 parent c3ddec2 commit a5a583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a5a583b

Please sign in to comment.