From da5942f18158c1343d788d85d4be4b3fbd55580a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 4 Dec 2022 13:49:25 +1100 Subject: [PATCH] Correct eldoc-box-body face As of emacs 29 this generates a warning. --- eldoc-box.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eldoc-box.el b/eldoc-box.el index 4c7d29d..1a7ec4b 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -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