emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 590086339f 1/2: * lisp/minibuffer.el (completions-group-separator


From: Juri Linkov
Subject: master 590086339f 1/2: * lisp/minibuffer.el (completions-group-separator): Update :version.
Date: Mon, 24 Oct 2022 03:34:16 -0400 (EDT)

branch: master
commit 590086339f4082d85d670893364677efebe44b02
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/minibuffer.el (completions-group-separator): Update :version.
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index f193e9f9ac..a9f72d600d 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]