branch: elpa/helm
commit d093dae2b0e69d0d5d8170575639d14711b7ad40
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix startup message in helm-locate-library
---
 helm-elisp.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 21a229a009..b7ca0d65f8 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -915,9 +915,7 @@ a string, i.e. the `symbol-name' of any existing symbol."
 (defun helm-locate-library ()
   "Preconfigured helm to locate elisp libraries."
   (interactive)
-  (message "Scanning libraries...")
-  (with-helm-temp-hook 'helm-after-initialize-hook
-    (message "Scanning libraries...Done"))
+  (message "Please wait, scanning libraries...")
   (helm :sources
         (helm-build-in-buffer-source  "Elisp libraries (Scan)"
           :data #'helm-locate-library-scan-list

Reply via email to