* lisp/minibuffer.el (completions-group-separator): Update :version.
This commit is contained in:
parent
f7816c94b6
commit
590086339f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue