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

    Update comment - we don't have to wait for version 3131
---
 embark.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/embark.el b/embark.el
index 9b2b23b61e..8f1b9aa5b9 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

Reply via email to