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

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

[elpa] master a6d9541 117/187: * async-bytecomp.el: Use only load.


From: Michael Albinus
Subject: [elpa] master a6d9541 117/187: * async-bytecomp.el: Use only load.
Date: Wed, 30 Dec 2015 11:50:04 +0000

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

    * 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

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