branch: master
commit b1f85922bf86b3fadf79c82a826ef1c139c5951d
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-read): Don't touch inhibit-message
    
    Reason: it silences edebug as well.
    
    Re #1285
---
 ivy.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index ffa0769..a64f90b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1589,8 +1589,7 @@ customizations apply to the current completion session."
                           (list (car source) (funcall (car source)))
                           ivy--extra-candidates))))))
       (setq ivy--extra-candidates '((original-source)))))
-  (let ((inhibit-message t)
-        (ivy-recursive-last (and (active-minibuffer-window) ivy-last))
+  (let ((ivy-recursive-last (and (active-minibuffer-window) ivy-last))
         (transformer-fn
          (plist-get ivy--display-transformers-list
                     (or caller (and (functionp collection)

Reply via email to