summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2017-10-10 10:24:45 -0400
committerJoão Távora <joaotavora@gmail.com>2017-10-10 17:21:04 +0100
commitc89f001de1c36652a94366bf1aaeec40288d8305 (patch)
treeaa0748cff64b5a4ece5d69340b33b19d6ee595c1 /lisp
parentf9cd8ee681bfaa8a1e96772801afe9df20798a8f (diff)
downloademacs-c89f001de1c36652a94366bf1aaeec40288d8305.tar.gz
emacs-c89f001de1c36652a94366bf1aaeec40288d8305.tar.bz2
emacs-c89f001de1c36652a94366bf1aaeec40288d8305.zip
Add mode map to Flymake diagnostic button
* lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries): Add keymap propery.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/flymake.el1
1 files changed, 1 insertions, 0 deletions
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