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

    Update TODO about corfu-mode check
---
 mct.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mct.el b/mct.el
index 901436d57c..b6ef2c9363 100644
--- a/mct.el
+++ b/mct.el
@@ -1120,8 +1120,8 @@ region.")
   "Update the *Completions* buffer.
 Meant to be added to `after-change-functions'."
   (when-let (buf (mct--region-current-buffer))
-    ;; TODO 2022-01-18: Do the same for company-mode, but we need to
-    ;; test it as well.
+    ;; TODO 2022-01-20: I don't think we need to check for corfu-mode
+    ;; any more.  Consider removing it.
     (when (and (bound-and-true-p corfu-mode)
                (null (buffer-local-value 'corfu-mode buf)))
       (while-no-input

Reply via email to