From c0ca9359179071cc634adc0efd4523907b1e2e74 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 7 Jan 2021 19:56:59 +0200 Subject: [PATCH] * lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'. --- lisp/mb-depth.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mb-depth.el b/lisp/mb-depth.el index ea2ea174b50..f9a24e34bf2 100644 --- a/lisp/mb-depth.el +++ b/lisp/mb-depth.el @@ -37,6 +37,7 @@ and must return a string.") (defface minibuffer-depth-indicator '((t :inherit highlight)) "Face to use for minibuffer depth indicator." + :group 'minibuffer :version "28.1") ;; An overlay covering the prompt. This is a buffer-local variable in -- 2.39.5