branch: externals/embark
commit e4756eeadccc2c37190ba96b36fd2617f971cd99
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Add todo comment regarding new utility function
---
 embark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/embark.el b/embark.el
index c27bbe6844..0d2648655a 100644
--- a/embark.el
+++ b/embark.el
@@ -1446,6 +1446,7 @@ If NESTED is non-nil subkeymaps are not flattened."
                    collect (cons formatted item))))
     (cons candidates default)))
 
+;; TODO Use `completion-table-with-metadata' via Compat 31.
 (defun embark--with-category (category candidates)
   "Return completion table for CANDIDATES of CATEGORY with sorting disabled."
   (lambda (string predicate action)

Reply via email to