emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/flymake-diagnostics-buffer 786b892: Add mode map t


From: Mark Oteiza
Subject: [Emacs-diffs] scratch/flymake-diagnostics-buffer 786b892: Add mode map to diagnostic button
Date: Tue, 10 Oct 2017 10:25:38 -0400 (EDT)

branch: scratch/flymake-diagnostics-buffer
commit 786b892d410e6fb00ff43d34a1fafd21e50c1625
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    Add mode map to 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 6796fc2..b813c53 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1043,6 +1043,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]