* lisp/progmodes/flymake.el: Bind mouse-3 to flymake-menu on mode-line.
* lisp/progmodes/flymake.el (flymake--mode-line-title): Bind [mode-line down-mouse-3] to flymake-menu (bug#50067)
This commit is contained in:
parent
3360f03926
commit
55e77a811a
1 changed files with 2 additions and 0 deletions
|
@ -1256,6 +1256,8 @@ correctly.")
|
|||
,(let ((map (make-sparse-keymap)))
|
||||
(define-key map [mode-line down-mouse-1]
|
||||
flymake-menu)
|
||||
(define-key map [mode-line down-mouse-3]
|
||||
flymake-menu)
|
||||
(define-key map [mode-line mouse-2]
|
||||
(lambda ()
|
||||
(interactive)
|
||||
|
|
Loading…
Add table
Reference in a new issue