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

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

[elpa] externals/vertico-posframe 661a692 5/7: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 661a692 5/7: * vertico-posframe.el (vertico-posframe--minibuffer-message): prompt -> contents.
Date: Fri, 29 Oct 2021 19:57:31 -0400 (EDT)

branch: externals/vertico-posframe
commit 661a692bdcfddf6ec84dfc55bb12dc32f6c46aa5
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * vertico-posframe.el (vertico-posframe--minibuffer-message): prompt -> 
contents.
---
 vertico-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index f90be39..2d6780a 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -282,8 +282,8 @@ Show STRING when it is a string."
   "Advice function of `minibuffer-message'.
 Argument MESSAGE ."
   (let* ((count (vertico-posframe--format-count))
-         (prompt (buffer-string)))
-    (vertico-posframe--show (concat count prompt message))))
+         (contents (buffer-string)))
+    (vertico-posframe--show (concat count contents message))))
 
 ;;;###autoload
 (define-minor-mode vertico-posframe-mode



reply via email to

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