From: João Távora Date: Tue, 10 Oct 2017 15:20:51 +0000 (+0100) Subject: Unbreak the button in the Flymake diagnostics buffer again X-Git-Tag: emacs-26.0.90~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0526aac4eb;p=emacs.git Unbreak the button in the Flymake diagnostics buffer again Adding the 'keymap' property enabled RET but broke the mouse-action. * lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries): Use 'action' instead of 'keymap'. --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index cf1e7e41ba1..e4c6a38a77e 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1132,7 +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 + action flymake-goto-diagnostic mouse-action flymake-goto-diagnostic)])))) (define-derived-mode flymake-diagnostics-buffer-mode tabulated-list-mode