aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/flymake.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/flymake.el')
-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 6796fc2b76b..b813c53bc70 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1043,6 +1043,7 @@ POS can be a buffer position or a button"
1043 mouse-face highlight 1043 mouse-face highlight
1044 help-echo "mouse-2: visit this diagnostic" 1044 help-echo "mouse-2: visit this diagnostic"
1045 face nil 1045 face nil
1046 keymap flymake-diagnostics-buffer-mode-map
1046 mouse-action flymake-goto-diagnostic)])))) 1047 mouse-action flymake-goto-diagnostic)]))))
1047 1048
1048(define-derived-mode flymake-diagnostics-buffer-mode tabulated-list-mode 1049(define-derived-mode flymake-diagnostics-buffer-mode tabulated-list-mode