server-temp-file-p
server-temp-file-p is a compiled Lisp function in `server.el
'.
(server-temp-file-p &optional BUFFER)
Return non-nil if BUFFER contains a file considered temporary.
These are files whose names suggest they are repeatedly
reused to pass information to another program.
The variable `server-temp-file-regexp' controls which filenames
are considered temporary.