]> code.delx.au - gnu-emacs-elpa/commit
Don't rely on async.el being in load-path.
authorRyan C. Thompson <rct@thompsonclan.org>
Mon, 18 Nov 2013 02:52:25 +0000 (18:52 -0800)
committerRyan C. Thompson <rct@thompsonclan.org>
Mon, 18 Nov 2013 03:10:53 +0000 (19:10 -0800)
commitb05c63a3d22b12652145cbe43ca5c94a9f8e58e7
treedd962cf5a0c1af3c2bc11bf98919e75f464dc593
parent3f751fb5b69d4ebabb18abb4cc22176aaf30a65c
Don't rely on async.el being in load-path.

This uses "symbol-file" instead of "find-library-name" to figure out
where async.el is. This works even if async.el was loaded without adding
its directory to the load-path.

Fixes #15.
async.el