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
11757e2f
Commit
11757e2f
authored
May 16, 1998
by
Richard M. Stallman
Browse files
(jka-compr-temp-name-template): Use temporary-file-directory.
parent
e4a6b88e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/jka-compr.el
lisp/jka-compr.el
+1
-1
No files found.
lisp/jka-compr.el
View file @
11757e2f
...
...
@@ -347,7 +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"
system-tmp
-directory
)
(expand-file-name "jka-com"
temporary-file
-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