From d9cc0303d47b4073dc30c1a3513602179abac2a0 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 1 Oct 2024 21:19:49 +0200 Subject: [PATCH] Fix warning in dictionary.el * lisp/net/dictionary.el (dictionary-word-entry-face): Fix face attribute. (cherry picked from commit e1815536622c646ce56a06c0b85801003b303a01) --- lisp/net/dictionary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index 6938a7f52fe..2b41ef55697 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -336,7 +336,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer." (((type tty) (class color)) (:foreground "green")) (t - (:inverse t))) + (:inverse-video t))) "The face that is used for displaying the initial word entry line." :group 'dictionary :version "28.1") -- 2.39.2