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

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

[elpa] externals/ivy-posframe d16fbb0 2/4: Fix ivy-posframe-mode block i


From: Feng Shu
Subject: [elpa] externals/ivy-posframe d16fbb0 2/4: Fix ivy-posframe-mode block ivy-mode's ivy-dispatching-done(M-o) #69
Date: Fri, 9 Oct 2020 01:19:25 -0400 (EDT)

branch: externals/ivy-posframe
commit d16fbb0ca2bb31bb133bcbddce3f28eb08e66f3e
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Fix ivy-posframe-mode block ivy-mode's ivy-dispatching-done(M-o) #69
    
    * ivy-posframe.el (ivy-posframe-dispatching-done): call
    ivy-dispatching-done instead of ivy-done
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index f1b9ecb..f716db1 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -334,7 +334,7 @@ This variable is useful for `ivy-posframe-read-action' .")
   "Ivy-posframe's `ivy-dispatching-done'."
   (interactive)
   (let* ((ivy-read-action-function #'ivy-posframe-read-action-by-key))
-    (ivy-done)))
+    (ivy-dispatching-done)))
 
 (defun ivy-posframe-read-action ()
   "Ivy-posframe version `ivy-read-action'"



reply via email to

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