[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult fda0a5130d 2/3: Add TODO comment, creation of n
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult fda0a5130d 2/3: Add TODO comment, creation of new candidates (See #539) |
Date: |
Mon, 18 Apr 2022 18:57:22 -0400 (EDT) |
branch: externals/consult
commit fda0a5130debceab3ba7cc90b7709870b0efa6b9
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Add TODO comment, creation of new candidates (See #539)
---
consult.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/consult.el b/consult.el
index c27ded8f3e..0787f54bef 100644
--- a/consult.el
+++ b/consult.el
@@ -2286,6 +2286,7 @@ INHERIT-INPUT-METHOD, if non-nil the minibuffer inherits
the input method."
(cdr (get-text-property 0 'multi-category (car found)))
(substring cand 0 -1))
(consult--multi-source sources cand))
+ ;; TODO return source with :new field, depending on current narrowing
(list cand))))
(defun consult--multi-candidates (sources)