emacs-diffs
[Top][All Lists]
Advanced

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

master c0ca935: * lisp/mb-depth.el (minibuffer-depth-indicator): Add :gr


From: Juri Linkov
Subject: master c0ca935: * lisp/mb-depth.el (minibuffer-depth-indicator): Add :group 'minibuffer'.
Date: Thu, 7 Jan 2021 12:57:29 -0500 (EST)

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

    * 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 ea2ea17..f9a24e3 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



reply via email to

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