* lisp/minibuffer.el (completions-group-separator): Update :version.

This commit is contained in:
Juri Linkov 2022-10-24 10:22:37 +03:00
parent f7816c94b6
commit 590086339f

View file

@ -1239,7 +1239,7 @@ pair of a group title string and a list of group candidate strings."
(defface completions-group-separator
'((t :inherit shadow :underline t))
"Face used for the separator lines between the candidate groups."
:version "28.1")
:version "29.1")
(defun completion--cycle-threshold (metadata)
(let* ((cat (completion-metadata-get metadata 'category))