; (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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user