]> git.eshelyaron.com Git - emacs.git/commitdiff
Reparent `gnus-article-mode-map' again
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 6 Oct 2021 11:19:13 +0000 (13:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 6 Oct 2021 11:19:13 +0000 (13:19 +0200)
* lisp/gnus/gnus-art.el (:keymap): Make `button-buffer-map' the
parent of `gnus-article-mode-map' again.

lisp/gnus/gnus-art.el

index 9b738b91d99f1be98f55ea9c66cffc13eef62cd5..bb466b9400a11a29dd5f26eb9b7b83024c0e243f 100644 (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