emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 c89f001 4/5: Add mode map to Flymake diagnostic b


From: João Távora
Subject: [Emacs-diffs] emacs-26 c89f001 4/5: Add mode map to Flymake diagnostic button
Date: Tue, 10 Oct 2017 12:21:46 -0400 (EDT)

branch: emacs-26
commit c89f001de1c36652a94366bf1aaeec40288d8305
Author: Mark Oteiza <address@hidden>
Commit: João Távora <address@hidden>

    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 6c2a37a..cf1e7e4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]