Function: flymake--severity

flymake--severity is a byte-compiled function defined in flymake.el.gz.

Signature

(flymake--severity TYPE)

Documentation

Get the severity for diagnostic TYPE.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defun flymake--severity (type)
  "Get the severity for diagnostic TYPE."
  (flymake--lookup-type-property type 'severity
                                 (warning-numeric-level :error)))