branch: externals/vertico-posframe
commit 7da6d648ff4202a48eb6647ee7dce8d65de48779
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    vertico-posframe--show: sort argument.
---
 vertico-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 0927babc8a..fd0895930b 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -264,6 +264,8 @@ minibuffer will not be hided by minibuffer-cover."
   (with-selected-window (vertico-posframe-last-window) ;Some posframe 
poshandlers need infos of last-window.
     (apply #'posframe-show
            buffer
+           :cursor 'box
+           :window-point window-point
            :font (buffer-local-value 'vertico-posframe-font buffer)
            ;; Variable settings in `vertico-multiform-commands' will
            ;; save to BUFFER as buffer-local variables, so we need to
@@ -275,8 +277,6 @@ minibuffer will not be hided by minibuffer-cover."
            ;;          (vertico-posframe-poshandler . 
posframe-poshandler-frame-top-center))
            ;;         (t buffer)))
            ;;
-           :cursor 'box
-           :window-point window-point
            :poshandler (buffer-local-value 'vertico-posframe-poshandler buffer)
            :background-color (face-attribute 'vertico-posframe :background nil 
t)
            :foreground-color (face-attribute 'vertico-posframe :foreground nil 
t)

Reply via email to