]> code.delx.au - gnu-emacs-elpa/commitdiff
* async-bytecomp.el: Use only load.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 14 Sep 2014 03:48:35 +0000 (07:48 +0400)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 14 Sep 2014 03:48:35 +0000 (07:48 +0400)
async-bytecomp.el

index 33562c17c47508a9a85c954a665b079a26bd36a0..99e3364f0d7cdded88cf03c8053949788a490d2c 100644 (file)
@@ -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)