From a6d95417013d3b2e7a2cb7590a15ef1485792f8a Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 14 Sep 2014 07:48:35 +0400 Subject: [PATCH] * async-bytecomp.el: Use only load. --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index 33562c17c..99e3364f0 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) -- 2.39.2