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

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

[elpa] master 4c9c14a 356/399: ivy.el (ivy--minibuffer-cleanup): Rename


From: Oleh Krehel
Subject: [elpa] master 4c9c14a 356/399: ivy.el (ivy--minibuffer-cleanup): Rename from ivy--cleanup
Date: Sat, 20 Jul 2019 14:57:58 -0400 (EDT)

branch: master
commit 4c9c14aced6fbb1d764da834b4fdde0b94bbbf6e
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy--minibuffer-cleanup): Rename from ivy--cleanup
---
 ivy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index aca93b7..263bb45 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2748,7 +2748,7 @@ tries to ensure that it does not change depending on the 
number of candidates."
    (minibuffer-prompt-end)
    (line-end-position)))
 
-(defun ivy--cleanup ()
+(defun ivy--minibuffer-cleanup ()
   "Delete the displayed completion candidates."
   (save-excursion
     (goto-char (minibuffer-prompt-end))
@@ -3066,7 +3066,7 @@ Should be run via minibuffer `post-command-hook'."
         deactivate-mark)
     (when win
       (with-selected-window win
-        (ivy--cleanup)
+        (ivy--minibuffer-cleanup)
         (when update-fn
           (funcall update-fn))
         (ivy--insert-prompt)



reply via email to

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