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:
Lars Ingebrigtsen 2021-10-06 13:19:13 +02:00
parent 597b6deb29
commit 444dfc044f

View file

@ -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