1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(jka-compr-temp-name-template): Fix editing error.

This commit is contained in:
Richard M. Stallman 1997-04-13 23:43:42 +00:00
parent 4f3beabf12
commit 362b539a3f

View File

@ -339,6 +339,7 @@ to keep: LEN chars starting BEG chars from the beginning."
(defcustom jka-compr-temp-name-template
(expand-file-name "jka-com"
(or (getenv "TMPDIR") "/tmp/"))
"Prefix added to all temp files created by jka-compr.
There should be no more than seven characters after the final `/'."
:type 'string
:group 'jka-compr)