Correct eldoc-box-body face
As of emacs 29 this generates a warning.
This commit is contained in:
parent
3021dcd857
commit
da5942f181
@ -51,7 +51,7 @@
|
|||||||
(((background light)) . (:background "black")))
|
(((background light)) . (:background "black")))
|
||||||
"The border color used in childframe.")
|
"The border color used in childframe.")
|
||||||
|
|
||||||
(defface eldoc-box-body '((t . (:background nil)))
|
(defface eldoc-box-body '((t . (:background unspecified)))
|
||||||
"Body face used in documentation childframe.")
|
"Body face used in documentation childframe.")
|
||||||
|
|
||||||
(defcustom eldoc-box-only-multi-line nil
|
(defcustom eldoc-box-only-multi-line nil
|
||||||
|
Loading…
Reference in New Issue
Block a user