emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 0492a68637: Avoid flymake-hl-todo warning


From: ELPA Syncer
Subject: [elpa] externals/vertico 0492a68637: Avoid flymake-hl-todo warning
Date: Fri, 10 Nov 2023 06:58:59 -0500 (EST)

branch: externals/vertico
commit 0492a686375cec2fab961ecd09f0eecf233810a7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Avoid flymake-hl-todo warning
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index 2d8a0c1b15..a89d73d37c 100644
--- a/vertico.el
+++ b/vertico.el
@@ -542,7 +542,7 @@ The function is configured by BY, BSIZE, BINDEX, BPRED and 
PRED."
       (let ((cand (substring (nth vertico--index vertico--candidates))))
         ;; XXX Drop the completions-common-part face which is added by the
         ;; `completion--twq-all' hack.  This should better be fixed in Emacs
-        ;; itself, the corresponding code is already marked with a FIXME.
+        ;; itself, the corresponding code is already marked as fixme.
         (vertico--remove-face 0 (length cand) 'completions-common-part cand)
         (concat vertico--base (if hl (funcall vertico--hilit cand) cand))))
      ((and (equal content "") (or (car-safe minibuffer-default) 
minibuffer-default)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]