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

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

[elpa] externals/mct 605cbf55fc 1/2: when-let: Do not specify a variable


From: ELPA Syncer
Subject: [elpa] externals/mct 605cbf55fc 1/2: when-let: Do not specify a variable name
Date: Tue, 28 Dec 2021 09:57:33 -0500 (EST)

branch: externals/mct
commit 605cbf55fce158f82760a082a559ade8d39ccb51
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    when-let: Do not specify a variable name
    
    Avoid the warning that the _mini variable was used.
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index fd953d8a1a..1049ce198a 100644
--- a/mct.el
+++ b/mct.el
@@ -804,7 +804,7 @@ A candidate is recognised for as long as point is not past 
its
 last character."
   (interactive nil mct-mode)
   (when-let ((window (mct--get-completion-window))
-             (_mini (active-minibuffer-window)))
+             ((active-minibuffer-window)))
     (with-selected-window window
       (when-let* ((old-point (window-old-point window))
                   (pos (if (= old-point (point-min))



reply via email to

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