jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
838 stars 68 forks source link

Don't rely on async.el being in load-path. #23

Closed DarwinAwardWinner closed 10 years ago

DarwinAwardWinner commented 10 years ago

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

Fixes #15.