[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 8ab1f09e09: Mark flymake diagnostic modes as non-interactive
From: |
Stefan Kangas |
Subject: |
master 8ab1f09e09: Mark flymake diagnostic modes as non-interactive |
Date: |
Wed, 14 Dec 2022 17:48:54 -0500 (EST) |
branch: master
commit 8ab1f09e0983f165e7081c8ea9f35ac9565e43db
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Mark flymake diagnostic modes as non-interactive
* lisp/progmodes/flymake.el (flymake-diagnostics-buffer-mode)
(flymake-project-diagnostics-mode): Mark modes as non-interactive.
---
lisp/progmodes/flymake.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index a4a8cd8405..7af62c3535 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1635,6 +1635,7 @@ buffer."
(define-derived-mode flymake-diagnostics-buffer-mode tabulated-list-mode
"Flymake diagnostics"
"A mode for listing Flymake diagnostics."
+ :interactive nil
(setq tabulated-list-format flymake--diagnostics-base-tabulated-list-format)
(setq tabulated-list-entries
'flymake--diagnostics-buffer-entries)
@@ -1692,6 +1693,7 @@ some of this variable's contents the diagnostic
listings.")
(define-derived-mode flymake-project-diagnostics-mode tabulated-list-mode
"Flymake diagnostics"
"A mode for listing Flymake diagnostics."
+ :interactive nil
(setq tabulated-list-format
(vconcat [("File" 25 t)]
flymake--diagnostics-base-tabulated-list-format))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 8ab1f09e09: Mark flymake diagnostic modes as non-interactive,
Stefan Kangas <=