; (dictionary-search-interface): Fix bug#74511.

* lisp/net/dictionary.el (dictionary-search-interface):
During initialization, do not override individual
customization of the other options that this option
affects (by applying the :set function), unless this option
was explicitly set.
This commit is contained in:
Eshel Yaron 2024-11-30 12:56:49 +01:00
parent afb34a3b23
commit 0a753603a5
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

@ -317,6 +317,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
dictionary-read-dictionary-function)
vals))
(set-default-toplevel-value symbol value))
:initialize #'custom-initialize-changed
:version "30.1")
(defface dictionary-word-definition-face