Correct eldoc-box-body face

As of emacs 29 this generates a warning.
This commit is contained in:
Campbell Barton 2022-12-04 13:49:25 +11:00 committed by GitHub
parent 3021dcd857
commit da5942f181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
(((background light)) . (:background "black")))
"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.")
(defcustom eldoc-box-only-multi-line nil