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

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

[elpa] externals/ivy-posframe a53f453 1/3: * ivy-posframe.el (ivy-posfra


From: Feng Shu
Subject: [elpa] externals/ivy-posframe a53f453 1/3: * ivy-posframe.el (ivy-posframe-dispatching-done): Rewrite
Date: Sat, 3 Oct 2020 08:54:11 -0400 (EDT)

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

    * 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

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