]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/minibuffer.el (completions-group-separator): Update :version.
authorJuri Linkov <juri@linkov.net>
Mon, 24 Oct 2022 07:22:37 +0000 (10:22 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 24 Oct 2022 07:22:37 +0000 (10:22 +0300)
lisp/minibuffer.el

index f193e9f9ac50500b39a0db3801ed1ea848d1ace3..a9f72d600decf40180f35b02a50e6d23a5dae795 100644 (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))