; (dictionary-search-interface): Fix bug#74511.
authorEshel Yaron <me@eshelyaron.com>
Sat, 30 Nov 2024 11:56:49 +0000 (12:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 30 Nov 2024 12:03:57 +0000 (13:03 +0100)
* 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.

lisp/net/dictionary.el

index f17dc160997e948bce4e894e9ae844467c548612..9c932c0c6d5617f5639a336064404008e369aa29 100644 (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