* lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'.

This commit is contained in:
Juri Linkov 2021-01-07 19:56:59 +02:00
parent c8448f6185
commit c0ca935917

View file

@ -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