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:
parent
4f3beabf12
commit
362b539a3f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user