]> code.delx.au - gnu-emacs-elpa/commitdiff
No need to require find-func.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Tue, 29 Dec 2015 06:55:19 +0000 (07:55 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Tue, 29 Dec 2015 06:55:19 +0000 (07:55 +0100)
* async.el (async-start): This require was used when using
find-library-name, it is now unneeded.

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