Function: jka-compr-make-temp-name
jka-compr-make-temp-name is a byte-compiled function defined in
jka-compr.el.gz.
Signature
(jka-compr-make-temp-name &optional LOCAL-COPY)
Documentation
This routine will return the name of a new file.
Source Code
;; Defined in /usr/src/emacs/lisp/jka-compr.el.gz
(defun jka-compr-make-temp-name (&optional _local-copy)
"This routine will return the name of a new file."
(make-temp-file jka-compr-temp-name-template))