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

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

[elpa] externals/mct fb177ace70 18/64: Keep "next or mini" intact (we'll


From: ELPA Syncer
Subject: [elpa] externals/mct fb177ace70 18/64: Keep "next or mini" intact (we'll use another fn)
Date: Thu, 30 Dec 2021 23:57:53 -0500 (EST)

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

    Keep "next or mini" intact (we'll use another fn)
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index 4a073f57d0..48064677f8 100644
--- a/mct.el
+++ b/mct.el
@@ -592,7 +592,7 @@ ARG is a numeric argument for `next-completion', as 
described in
    ((mct--active-p)
     (mct-focus-minibuffer))))
 
-(defun mct-next-completion-or-switch (&optional arg)
+(defun mct-next-completion-or-mini (&optional arg)
   "Move to the next completion or switch to the minibuffer.
 This performs a regular motion for optional ARG lines, but when
 point can no longer move in that direction it switches to the



reply via email to

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