projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb34a3
)
; (dictionary-search-interface): Fix bug#74511.
author
Eshel Yaron
<me@eshelyaron.com>
Sat, 30 Nov 2024 11:56:49 +0000
(12:56 +0100)
committer
Eshel 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
patch
|
blob
|
history
diff --git
a/lisp/net/dictionary.el
b/lisp/net/dictionary.el
index f17dc160997e948bce4e894e9ae844467c548612..9c932c0c6d5617f5639a336064404008e369aa29 100644
(file)
--- 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