Function: flymake-proc--add-buildfile-to-cache

flymake-proc--add-buildfile-to-cache is a byte-compiled function defined in flymake-proc.el.gz.

Signature

(flymake-proc--add-buildfile-to-cache DIR-NAME BUILDFILE)

Documentation

Associate DIR-NAME with BUILDFILE in the buildfile cache.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--add-buildfile-to-cache (dir-name buildfile)
  "Associate DIR-NAME with BUILDFILE in the buildfile cache."
  (puthash dir-name buildfile flymake-proc--find-buildfile-cache))