branch: master
commit 2a40355c3328e57102a9648c9108e19d67727dc1
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    No need to require find-func.
    
    * async.el (async-start): This require was used when using
    find-library-name, it is now unneeded.
---
 async.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/async.el b/async.el
index ee03c46..2f57932 100644
--- a/async.el
+++ b/async.el
@@ -262,7 +262,6 @@ returned except that it yields no value (since the value is
 passed to FINISH-FUNC).  Call `async-get' on such a future always
 returns nil.  It can still be useful, however, as an argument to
 `async-ready' or `async-wait'."
-  (require 'find-func)
   (let ((sexp start-func))
     (setq async--procvar
           (async-start-process

Reply via email to