]> git.eshelyaron.com Git - emacs.git/commitdiff
: Revert a mistaken change
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Oct 2024 12:39:11 +0000 (15:39 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:50:01 +0000 (20:50 +0200)
* lisp/net/dictionary.el (dictionary-word-definition-face): Revert
a mistakenly installed change.

(cherry picked from commit 94d0e9c4018cf948bd1ebabb118c02699c77c037)

lisp/net/dictionary.el

index 6b26456cb44227f94eeba4ae29f73d22acce7237..2b41ef5569757feed2f68d1ee4e097d59aa83feb 100644 (file)
@@ -320,11 +320,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
   :version "30.1")
 
 (defface dictionary-word-definition-face
-  ;; w32 first, because 'supports' doesn't really tell whether the font
-  ;; family exists, and MS-Windows selects an ugly font as result.
-  '((((type w32))
-     (:font "Sans Serif"))
-    (((supports (:family "DejaVu Serif")))
+  '((((supports (:family "DejaVu Serif")))
      (:family "DejaVu Serif"))
     (((type x))
      (:font "Sans Serif"))
@@ -332,7 +328,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
      (:font "default")))
 "The face that is used for displaying the definition of the word."
 :group 'dictionary
-:version "31.1")
+:version "28.1")
 
 (defface dictionary-word-entry-face
   '((((type x))