]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'.
authorJuri Linkov <juri@linkov.net>
Thu, 7 Jan 2021 17:56:59 +0000 (19:56 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 7 Jan 2021 17:56:59 +0000 (19:56 +0200)
lisp/mb-depth.el

index ea2ea174b50a0ad8bacd20550e4bfd1fc3aa0967..f9a24e34bf2e55aa316a3144da6b8767c8064daa 100644 (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