From: Eshel Yaron Date: Sat, 30 Nov 2024 11:56:49 +0000 (+0100) Subject: ; (dictionary-search-interface): Fix bug#74511. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~236 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0a753603a53622d939661d796eb203908867bb9e;p=emacs.git ; (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. --- diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index f17dc160997..9c932c0c6d5 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -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