1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* lisp/gnus/gnus-group.el (gnus-group-mode-map):

Bind [follow-link] to mouse-face, not 'mouse-face (bug#29538).
This commit is contained in:
Katsumi Yamaoka 2017-12-05 08:22:20 +00:00
parent 1ef1dbdbc5
commit 46d62b9f36

View File

@ -628,7 +628,7 @@ simple manner."
"\M-e" gnus-group-edit-group-method
"^" gnus-group-enter-server-mode
[mouse-2] gnus-mouse-pick-group
[follow-link] 'mouse-face
[follow-link] mouse-face
"<" beginning-of-buffer
">" end-of-buffer
"\C-c\C-b" gnus-bug