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
406757ff
Commit
406757ff
authored
May 16, 1998
by
Richard M. Stallman
Browse files
(browse-url-temp-dir): Use temporary-file-directory.
parent
0adf5079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/browse-url.el
lisp/browse-url.el
+1
-1
No files found.
lisp/browse-url.el
View file @
406757ff
...
...
@@ -426,7 +426,7 @@ These might set the port, for instance."
:type
'
(
repeat
(
string
:tag
"Argument"
))
:group
'browse-url
)
(
defcustom
browse-url-temp-dir
system-tmp
-directory
(
defcustom
browse-url-temp-dir
temporary-file
-directory
"The name of a directory for browse-url's temporary files.
Such files are generated by functions like `browse-url-of-region'.
You might want to set this to somewhere with restricted read permissions
...
...
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