Function: flymake-proc--clear-buildfile-cache

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

Signature

(flymake-proc--clear-buildfile-cache)

Documentation

Clear the buildfile cache.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc--clear-buildfile-cache ()
  "Clear the buildfile cache."
  (clrhash flymake-proc--find-buildfile-cache))