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

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

[elpa] externals/mct 1cee8df 2/8: Rename mct--setup-completions to mct--


From: ELPA Syncer
Subject: [elpa] externals/mct 1cee8df 2/8: Rename mct--setup-completions to mct--setup-live-completions
Date: Tue, 30 Nov 2021 13:57:25 -0500 (EST)

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

    Rename mct--setup-completions to mct--setup-live-completions
    
    Avoid similar names.
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index 6e16075..55e103f 100644
--- a/mct.el
+++ b/mct.el
@@ -286,7 +286,7 @@ Meant to be added to `after-change-functions'."
   (when (window-live-p (mct--get-completion-window))
     (mct--live-completions-timer)))
 
-(defun mct--setup-completions ()
+(defun mct--setup-live-completions ()
   "Set up the completions' buffer."
   (cond
    ((memq this-command mct-completion-passlist)
@@ -313,7 +313,7 @@ Meant to be added to `after-change-functions'."
   (minibuffer-with-setup-hook
       (lambda ()
         (setq mct--active t)
-        (mct--setup-completions)
+        (mct--setup-live-completions)
         (mct--setup-keymap)
         (mct--setup-shadow-files))
     (apply app)))



reply via email to

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