Function: flymake-proc--get-cleanup-function

flymake-proc--get-cleanup-function is a byte-compiled function defined in flymake-proc.el.gz.

Signature

(flymake-proc--get-cleanup-function FILE-NAME)

Documentation

Return cleanup function to be used for the file.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--get-cleanup-function (file-name)
  "Return cleanup function to be used for the file."
  (or (nth 1 (flymake-proc--get-file-name-mode-and-masks file-name))
      'flymake-proc-simple-cleanup))