Function: flymake-proc-simple-cleanup
flymake-proc-simple-cleanup is a byte-compiled function defined in
flymake-proc.el.gz.
Signature
(flymake-proc-simple-cleanup)
Documentation
Do cleanup after flymake-proc-init-create-temp-buffer-copy.
Delete temp file.
Aliases
flymake-simple-cleanup (obsolete since 26.1)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defun flymake-proc-simple-cleanup ()
"Do cleanup after `flymake-proc-init-create-temp-buffer-copy'.
Delete temp file."
(flymake-proc--safe-delete-file flymake-proc--temp-source-file-name))