Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7b559d16
Commit
7b559d16
authored
May 16, 1998
by
Richard M. Stallman
Browse files
(jka-compr-temp-name-template): Use system-tmp-directory
parent
e4244d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lisp/jka-compr.el
lisp/jka-compr.el
+1
-5
No files found.
lisp/jka-compr.el
View file @
7b559d16
...
...
@@ -347,11 +347,7 @@ to keep: LEN chars starting BEG chars from the beginning."
;;; from ange-ftp.
(
defcustom
jka-compr-temp-name-template
(
expand-file-name
"jka-com"
(
if
(
memq
system-type
'
(
ms-dos
windows-nt
))
(
concat
(
or
(
getenv
"TEMP"
)
(
getenv
"TMP"
)
"c:/temp"
)
"/"
)
(
or
(
getenv
"TMPDIR"
)
"/tmp/"
)))
(
expand-file-name
"jka-com"
system-tmp-directory
)
"Prefix added to all temp files created by jka-compr.
There should be no more than seven characters after the final `/'."
:type
'string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment