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

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

[elpa] externals/ivy-posframe 021a851 3/4: * ivy-posframe.el (ivy-posfra


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 021a851 3/4: * ivy-posframe.el (ivy-posframe-dispatching-done): Do not use cl-letf
Date: Sat, 3 Oct 2020 18:57:15 -0400 (EDT)

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

    * ivy-posframe.el (ivy-posframe-dispatching-done): Do not use cl-letf
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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