Function: flymake-proc--get-init-function
flymake-proc--get-init-function is a byte-compiled function defined in
flymake-proc.el.gz.
Signature
(flymake-proc--get-init-function FILE-NAME)
Documentation
Return init function to be used for the file.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--get-init-function (file-name)
"Return init function to be used for the file."
(let* ((init-f (nth 0 (flymake-proc--get-file-name-mode-and-masks file-name))))
;;(flymake-log 0 "calling %s" init-f)
;;(funcall init-f (current-buffer))
init-f))