Reparent `gnus-article-mode-map' again
* lisp/gnus/gnus-art.el (:keymap): Make `button-buffer-map' the parent of `gnus-article-mode-map' again.
This commit is contained in:
parent
597b6deb29
commit
444dfc044f
1 changed files with 1 additions and 0 deletions
|
@ -4389,6 +4389,7 @@ If variable `gnus-use-long-file-name' is non-nil, it is
|
|||
(defvar gnus-article-send-map nil)
|
||||
|
||||
(define-keymap :keymap gnus-article-mode-map :suppress t
|
||||
:parent button-buffer-map
|
||||
" " #'gnus-article-goto-next-page
|
||||
[?\S-\ ] #'gnus-article-goto-prev-page
|
||||
"\177" #'gnus-article-goto-prev-page
|
||||
|
|
Loading…
Add table
Reference in a new issue