branch: externals/vertico-posframe
commit 5bca0399fd705890e211aaa1f3907e98edc2f992
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* vertico-posframe.el (vertico-posframe--display): internal-border* ->
border*
---
vertico-posframe.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vertico-posframe.el b/vertico-posframe.el
index 8cdadc2..ea724ab 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -186,8 +186,8 @@ When 0, no border is showed."
:poshandler vertico-posframe-poshandler
:background-color (face-attribute 'vertico-posframe :background
nil t)
:foreground-color (face-attribute 'vertico-posframe :foreground
nil t)
- :internal-border-width vertico-posframe-border-width
- :internal-border-color (face-attribute 'vertico-posframe-border
:background nil t)
+ :border-width vertico-posframe-border-width
+ :border-color (face-attribute 'vertico-posframe-border
:background nil t)
:override-parameters vertico-posframe-parameters
:refposhandler vertico-posframe-refposhandler
:hidehandler #'vertico-posframe-hidehandler