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

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

[elpa] externals/mct 3421b00a1e 2/2: Amend commit d9952b9


From: ELPA Syncer
Subject: [elpa] externals/mct 3421b00a1e 2/2: Amend commit d9952b9
Date: Sun, 23 Jan 2022 09:57:41 -0500 (EST)

branch: externals/mct
commit 3421b00a1e05e1541cee9757d9c7197021021435
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Amend commit d9952b9
    
    Before we needed the 1-, but now it takes us to the wrong candidate.
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 65b05c780c..4ffd493296 100644
--- a/mct.el
+++ b/mct.el
@@ -764,7 +764,7 @@ If ARG is supplied, move that many completion groups at a 
time."
   "Select completion on Nth line."
   (with-current-buffer (window-buffer (mct--get-completion-window))
     (goto-char (point-min))
-    (next-completion (1- n))
+    (next-completion n)
     (mct-choose-completion-exit)))
 
 (defun mct--line-bounds (n)



reply via email to

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