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

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

[elpa] externals/corfu 9361a8e37f 5/6: corfu-docframe: Fix warnings


From: ELPA Syncer
Subject: [elpa] externals/corfu 9361a8e37f 5/6: corfu-docframe: Fix warnings
Date: Thu, 17 Nov 2022 23:57:32 -0500 (EST)

branch: externals/corfu
commit 9361a8e37f5f323d67cec6b784760cc3eb76a741
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu-docframe: Fix warnings
---
 extensions/corfu-docframe.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/extensions/corfu-docframe.el b/extensions/corfu-docframe.el
index c3ed339027..0d5c7399c9 100644
--- a/extensions/corfu-docframe.el
+++ b/extensions/corfu-docframe.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 
-;; Author: Yuwei Tian <fishtai0@gmail.com>
+;; Author: Yuwei Tian <fishtai0@gmail.com>, Daniel Mendler 
<mail@daniel-mendler.de>
 ;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
 ;; Created: 2022
 ;; Version: 0.1
@@ -242,9 +242,9 @@ the corfu popup, its value is 'bottom, 'top, 'right or 
'left."
    (t
     (pcase-let* ((`(,width ,height)  ;; popup inner width and height
                   (corfu-docframe--size width height))
-                 ((and h-a `(,h-x ,h-y ,h-w ,h-h ,h-d))
+                 ((and h-a `(,_h-x ,_h-y ,h-w ,h-h ,_h-d))
                   (corfu-docframe--display-area-horizontal width height))
-                 ((and v-a `(,v-x ,v-y ,v-w ,v-h ,v-d))
+                 ((and v-a `(,_v-x ,_v-y ,v-w ,v-h ,_v-d))
                   (corfu-docframe--display-area-vertical width height)))
       (if (and (or (< h-h height) (< h-w width))
                (or (>= (* v-w v-h) (* h-w h-h))



reply via email to

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