* 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:
parent
1ef1dbdbc5
commit
46d62b9f36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue