summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-23 12:06:54 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-29 14:57:47 +0100
commitf21dedb5db1fd357638362af182e2cea82201226 (patch)
treebf19b39104b83069949d899fcd8f5141e1734478
parent56d211a86ddce97e29969b8b3da3dcd1b6e1d912 (diff)
Update comment - we don't have to wait for version 3131
-rw-r--r--embark.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/embark.el b/embark.el
index 9b2b23b..8f1b9aa 100644
--- a/embark.el
+++ b/embark.el
@@ -1056,8 +1056,8 @@ their own target finder. See for example
"Return the completion candidate at point in a completions buffer."
(embark--with-completion-list-buffer
(lambda ()
- ;; TODO Use `completion-list-candidate-at-point' via Compat 3131
- ;; this fairly delicate logic is taken from `choose-completion'
+ ;; TODO Use `completion-list-candidate-at-point' via Compat 31 as soon as
+ ;; it becomes available instead of this delicate logic.
(when (get-text-property (point) 'mouse-face)
(let (beg end)
(cond