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

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

[elpa] externals/mct e0ed5ec942 2/2: Update TODO about corfu-mode check


From: ELPA Syncer
Subject: [elpa] externals/mct e0ed5ec942 2/2: Update TODO about corfu-mode check
Date: Thu, 20 Jan 2022 12:57:48 -0500 (EST)

branch: externals/mct
commit e0ed5ec942256676ab1e06a0659ee4acf015daac
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

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