Variable: server-temp-file-regexp
server-temp-file-regexp is a customizable variable defined in
server.el.gz.
Value
"\\`/tmp/Re\\|/draft\\'"
Documentation
Regexp matching names of temporary files.
These are deleted and reused after each edit by the programs that invoke the Emacs server.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/server.el.gz
(defcustom server-temp-file-regexp "\\`/tmp/Re\\|/draft\\'"
"Regexp matching names of temporary files.
These are deleted and reused after each edit by the programs that
invoke the Emacs server."
:type 'regexp)