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

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

[nongnu] elpa/helm e99ab71880 05/11: Add startup message for helm-locate


From: ELPA Syncer
Subject: [nongnu] elpa/helm e99ab71880 05/11: Add startup message for helm-locate-library
Date: Thu, 14 Sep 2023 06:59:53 -0400 (EDT)

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

    Add startup message for helm-locate-library
---
 helm-elisp.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helm-elisp.el b/helm-elisp.el
index 4494dcd85d..42a3e08992 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -915,6 +915,9 @@ 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"))
   (helm :sources
         (helm-build-in-buffer-source  "Elisp libraries (Scan)"
           :data #'helm-locate-library-scan-list



reply via email to

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