From c89f001de1c36652a94366bf1aaeec40288d8305 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Tue, 10 Oct 2017 10:24:45 -0400 Subject: [PATCH] Add mode map to Flymake diagnostic button * lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries): Add keymap propery. --- lisp/progmodes/flymake.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 6c2a37abd7d..cf1e7e41ba1 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1132,6 +1132,7 @@ POS can be a buffer position or a button" mouse-face highlight help-echo "mouse-2: visit this diagnostic" face nil + keymap flymake-diagnostics-buffer-mode-map mouse-action flymake-goto-diagnostic)])))) (define-derived-mode flymake-diagnostics-buffer-mode tabulated-list-mode -- 2.39.5