branch: elpa/isl
commit 33a73a17d65eea89a734e7663dcb136e2b7d1daa
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Add missing message in assertion
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index f5ec94d9df9..29c2d1cfeea 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -325,7 +325,7 @@ the initial position i.e. the position before launching 
`isl-search'."
 (defun isl-jump-to-helm-occur ()
   "Invoke `helm-occur' from `isl-search'."
   (interactive)
-  (cl-assert (require 'helm-occur nil t))
+  (cl-assert (require 'helm-occur nil t) nil "Please install Helm package")
   (let ((input isl-pattern)
         (bufs (list isl-current-buffer)))
     (run-at-time 0.1 nil

Reply via email to