branch: externals/ivy-posframe
commit a53f453d838471341d7730249998b4228af1a9f2
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    * ivy-posframe.el (ivy-posframe-dispatching-done): Rewrite
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 169ecd0..4096c58 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -324,7 +324,7 @@ This variable is useful for `ivy-posframe-read-action' .")
 (defun ivy-posframe-dispatching-done ()
   "Ivy-posframe's `ivy-dispatching-done'."
   (interactive)
-  (when (ivy-posframe-read-action)
+  (cl-letf (((symbol-function 'ivy-read-action) #'ivy-posframe-read-action))
     (ivy-done)))
 
 (defun ivy-posframe-read-action ()

Reply via email to