emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 2a40355 184/187: No need to require find-func.


From: Michael Albinus
Subject: [elpa] master 2a40355 184/187: No need to require find-func.
Date: Wed, 30 Dec 2015 11:50:34 +0000

branch: master
commit 2a40355c3328e57102a9648c9108e19d67727dc1
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]