]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix warning in dictionary.el
authorStefan Kangas <stefankangas@gmail.com>
Tue, 1 Oct 2024 19:19:49 +0000 (21:19 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Oct 2024 06:40:50 +0000 (08:40 +0200)
* lisp/net/dictionary.el (dictionary-word-entry-face): Fix face
attribute.

(cherry picked from commit e1815536622c646ce56a06c0b85801003b303a01)

lisp/net/dictionary.el

index 6938a7f52fe3992b14fcb054f72e0bf9d518d067..2b41ef5569757feed2f68d1ee4e097d59aa83feb 100644 (file)
@@ -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")