]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind "DEL" in dictionary-mode
authorDavide Masserut <dm@mssdvd.com>
Thu, 3 Nov 2022 14:16:21 +0000 (15:16 +0100)
committerEli 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

index d381750eb00ceead48db18136b2ae6e2c0f75797..315f7e5f52c226838c3245c107c24e00b43364ea 100644 (file)
@@ -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