Function: flymake-proc--get-real-file-name-function

flymake-proc--get-real-file-name-function is a byte-compiled function defined in flymake-proc.el.gz.

Signature

(flymake-proc--get-real-file-name-function FILE-NAME)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--get-real-file-name-function (file-name)
  (or (nth 2 (flymake-proc--get-file-name-mode-and-masks file-name))
      'flymake-proc-get-real-file-name))