mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Add mode map to Flymake diagnostic button
* lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries): Add keymap propery.
This commit is contained in:
parent
f9cd8ee681
commit
c89f001de1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue