Change face attribute from :underline back to :strike-through.
https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg01792.html
:version "28.1")
(defface completions-group-separator
- '((t :inherit shadow :underline t))
+ '((t :inherit shadow :strike-through t))
"Face used for the separator lines between the candidate groups."
- :version "29.1")
+ :version "28.1")
(defun completion--cycle-threshold (metadata)
(let* ((cat (completion-metadata-get metadata 'category))