aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/flymake.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 1048bc50655..19dac81fe6d 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -407,6 +407,8 @@ Currently accepted REPORT-KEY arguments are:
407* `:force': value should be a boolean suggesting that Flymake 407* `:force': value should be a boolean suggesting that Flymake
408 consider the report even if it was somehow unexpected.") 408 consider the report even if it was somehow unexpected.")
409 409
410(put 'flymake-diagnostic-functions 'safe-local-variable #'null)
411
410(defvar flymake-diagnostic-types-alist 412(defvar flymake-diagnostic-types-alist
411 `((:error 413 `((:error
412 . ((flymake-category . flymake-error))) 414 . ((flymake-category . flymake-error)))