branch: externals/corfu
commit b7099b4b714178da1d656b346f55b1742a55fd98
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Formatting
---
 corfu.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/corfu.el b/corfu.el
index 660704d335..3993ddbdca 100644
--- a/corfu.el
+++ b/corfu.el
@@ -590,10 +590,9 @@ FRAME is the existing frame."
           (eq t (compare-strings word 0 len it 0 len
                                  completion-ignore-case))))))
 
+;; bug#6581: `equal-including-properties' uses `eq' for properties until 29.1.
+;; Approximate by comparing `text-properties-at' position 0.
 (defalias 'corfu--equal-including-properties
-  ;; bug#6581: `equal-including-properties' uses `eq' to compare
-  ;; properties until 29.1.  Approximate by comparing
-  ;; `text-properties-at' position 0.
   (static-if (< emacs-major-version 29)
       (lambda (x y)
         (and (equal x y)

Reply via email to