branch: master
commit a6d95417013d3b2e7a2cb7590a15ef1485792f8a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async-bytecomp.el: Use only load.
---
 async-bytecomp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 33562c1..99e3364 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -51,7 +51,7 @@
            when (file-exists-p f) do (delete-file f))
   ;; Ensure async is reloaded when async.elc is deleted.
   ;; This happen when recompiling its directory.
-  (load (locate-library "async"))
+  (load "async")
   (let ((call-back
          `(lambda (&optional ignore)
             (if (file-exists-p async-byte-compile-log-file)

Reply via email to