From: Davide Masserut Date: Thu, 3 Nov 2022 14:16:21 +0000 (+0100) Subject: Bind "DEL" in dictionary-mode X-Git-Tag: emacs-29.0.90~1616^2~267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a132f9b52fd5e53298264ec89652be1a130a472;p=emacs.git Bind "DEL" in dictionary-mode * lisp/net/dictionary.el (dictionary-mode-map): Bind DEL to 'scroll-down-command'. (Bug#58986) --- diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index d381750eb00..315f7e5f52c 100644 --- 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