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

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

[elpa] externals/mct 788aeafb04 19/64: Rename the minibuffer mode


From: ELPA Syncer
Subject: [elpa] externals/mct 788aeafb04 19/64: Rename the minibuffer mode
Date: Thu, 30 Dec 2021 23:57:53 -0500 (EST)

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

    Rename the minibuffer mode
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index 48064677f8..0870e6571d 100644
--- a/mct.el
+++ b/mct.el
@@ -1078,11 +1078,11 @@ region.")
 (declare-function minibuf-eldef-setup-minibuffer "minibuf-eldef")
 
 ;;;###autoload
-(define-minor-mode mct-mode
+(define-minor-mode mct-minibuffer-mode
   "Set up opinionated default completion UI."
   :global t
   :group 'mct
-  (if mct-mode
+  (if mct-minibuffer-mode
       (progn
         (add-hook 'completion-list-mode-hook #'mct--setup-completion-list)
         (dolist (fn '(exit-minibuffer



reply via email to

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