projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45e318a
)
Bind "DEL" in dictionary-mode
author
Davide Masserut
<dm@mssdvd.com>
Thu, 3 Nov 2022 14:16:21 +0000
(15:16 +0100)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 6 Nov 2022 08:13:37 +0000
(10:13 +0200)
* lisp/net/dictionary.el (dictionary-mode-map): Bind DEL to
'scroll-down-command'. (Bug#58986)
lisp/net/dictionary.el
patch
|
blob
|
history
diff --git
a/lisp/net/dictionary.el
b/lisp/net/dictionary.el
index d381750eb00ceead48db18136b2ae6e2c0f75797..315f7e5f52c226838c3245c107c24e00b43364ea 100644
(file)
--- a/
lisp/net/dictionary.el
+++ b/
lisp/net/dictionary.el
@@
-341,7
+341,8
@@
is utf-8"
"p" #'backward-button
"SPC" #'scroll-up-command
"S-SPC" #'scroll-down-command
- "M-SPC" #'scroll-down-command)
+ "M-SPC" #'scroll-down-command
+ "DEL" #'scroll-down-command)
(defvar dictionary-connection
nil