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

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

[elpa] externals/mct 98d5cc7095 62/64: Remove debug function for complet


From: ELPA Syncer
Subject: [elpa] externals/mct 98d5cc7095 62/64: Remove debug function for completion in region
Date: Thu, 30 Dec 2021 23:58:02 -0500 (EST)

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

    Remove debug function for completion in region
---
 mct.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mct.el b/mct.el
index 31234c9bc3..1b4ad71eb7 100644
--- a/mct.el
+++ b/mct.el
@@ -1218,16 +1218,11 @@ minibuffer)."
    (make-composed-keymap mct-region-completion-list-map
                          (current-local-map))))
 
-(defun debug-cir ()
-  (message (if completion-in-region-mode "CIR START" "CIR END")))
-
 (defun mct--region-setup-completion-list ()
   "Set up the completion-list for Mct."
   (when (mct--region-p)
     (setq-local completion-show-help nil
                 truncate-lines t)
-    ;; TODO: Remove this debugging later
-    (add-hook 'completion-in-region-mode-hook #'debug-cir)
     (mct--setup-clean-completions)
     (mct--setup-appearance)
     (mct--region-setup-completion-list-keymap)



reply via email to

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