Function: flymake-proc--add-project-include-dirs-to-cache
flymake-proc--add-project-include-dirs-to-cache is a byte-compiled
function defined in flymake-proc.el.gz.
Signature
(flymake-proc--add-project-include-dirs-to-cache BASE-DIR INCLUDE-DIRS)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--add-project-include-dirs-to-cache (base-dir include-dirs)
(puthash base-dir include-dirs flymake-proc--project-include-dirs-cache))