; (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:
parent
afb34a3b23
commit
0a753603a5
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
|
||||||
dictionary-read-dictionary-function)
|
dictionary-read-dictionary-function)
|
||||||
vals))
|
vals))
|
||||||
(set-default-toplevel-value symbol value))
|
(set-default-toplevel-value symbol value))
|
||||||
|
:initialize #'custom-initialize-changed
|
||||||
:version "30.1")
|
:version "30.1")
|
||||||
|
|
||||||
(defface dictionary-word-definition-face
|
(defface dictionary-word-definition-face
|
||||||
|
|
Loading…
Add table
Reference in a new issue