* lisp/info.el (Info-link-keymap): Fix repetitive clicks on the header line.
Rebind [header-line mouse-1] from mouse-select-window to Info-mouse-follow-link. It selects the window anyway, but also allows repetitively clicking on the Next button on the Info header line (bug#53170).
This commit is contained in:
parent
ee87c2f8ca
commit
b93902e22b
1 changed files with 1 additions and 1 deletions
|
@ -4693,7 +4693,7 @@ the variable `Info-file-list-for-emacs'."
|
|||
(defvar Info-link-keymap
|
||||
(let ((keymap (make-sparse-keymap)))
|
||||
(define-key keymap [header-line down-mouse-1] 'mouse-drag-header-line)
|
||||
(define-key keymap [header-line mouse-1] 'mouse-select-window)
|
||||
(define-key keymap [header-line mouse-1] 'Info-mouse-follow-link)
|
||||
(define-key keymap [header-line mouse-2] 'Info-mouse-follow-link)
|
||||
(define-key keymap [mouse-2] 'Info-mouse-follow-link)
|
||||
(define-key keymap [follow-link] 'mouse-face)
|
||||
|
|
Loading…
Add table
Reference in a new issue