diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-23 12:06:54 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-29 14:57:47 +0100 |
| commit | f21dedb5db1fd357638362af182e2cea82201226 (patch) | |
| tree | bf19b39104b83069949d899fcd8f5141e1734478 | |
| parent | 56d211a86ddce97e29969b8b3da3dcd1b6e1d912 (diff) | |
Update comment - we don't have to wait for version 3131
| -rw-r--r-- | embark.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
