* lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'.
This commit is contained in:
parent
c8448f6185
commit
c0ca935917
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue