]> code.delx.au - gnu-emacs-elpa/blobdiff - async.el
No need to require find-func.
[gnu-emacs-elpa] / async.el
index ee03c46ba3a01a78f2fbf79c4fce56b2edd2765f..2f579324ae262fc3c39f263663b74055335177e6 100644 (file)
--- 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