mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 09:43:26 -08:00
(browse-url-temp-dir): Use system-tmp-directory.
This commit is contained in:
parent
784f6a0010
commit
ff432440bc
1 changed files with 1 additions and 2 deletions
|
|
@ -426,8 +426,7 @@ These might set the port, for instance."
|
|||
:type '(repeat (string :tag "Argument"))
|
||||
:group 'browse-url)
|
||||
|
||||
(defcustom browse-url-temp-dir
|
||||
(or (getenv "TMPDIR") "/tmp")
|
||||
(defcustom browse-url-temp-dir system-tmp-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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue