]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix `u' binding in Gnus Browse mode
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Jul 2021 21:49:00 +0000 (23:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Jul 2021 21:49:37 +0000 (23:49 +0200)
* lisp/gnus/gnus-srvr.el (gnus-browse-mode-map): Bind to
`gnus-browse-toggle-subscription-at-point', which is the command.

lisp/gnus/gnus-srvr.el

index b316a2e86f19fdcd94871345741fa7cc967a0e8a..1c75abb6f4b44b12f26f2290c2badf1a26f8d26f 100644 (file)
@@ -716,7 +716,7 @@ claim them."
     "\M-n" gnus-browse-next-group
     "\M-p" gnus-browse-prev-group
     "\r" gnus-browse-select-group
-    "u" gnus-browse-toggle-subscription
+    "u" gnus-browse-toggle-subscription-at-point
     "l" gnus-browse-exit
     "L" gnus-browse-exit
     "q" gnus-browse-exit
@@ -735,7 +735,7 @@ claim them."
     (easy-menu-define
      gnus-browse-menu gnus-browse-mode-map ""
      '("Browse"
-       ["Toggle Subscribe" gnus-browse-toggle-subscription t]
+       ["Toggle Subscribe" gnus-browse-toggle-subscription-at-point t]
        ["Read" gnus-browse-read-group t]
        ["Select" gnus-browse-select-group t]
        ["Describe" gnus-browse-describe-group t]
@@ -881,7 +881,7 @@ All normal editing commands are switched off.
 \\<gnus-browse-mode-map>
 The only things you can do in this buffer is
 
-1) `\\[gnus-browse-toggle-subscription]' to subscribe or unsubscribe to
+1) `\\[gnus-browse-toggle-subscription-at-point]' to subscribe or unsubscribe to
 a group.  The group will be inserted into the group buffer upon exit from
 this buffer.