diff options
| -rw-r--r-- | lisp/browse-url.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/browse-url.el b/lisp/browse-url.el index e719ecab3d2..a5c09d58fcf 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el | |||
| @@ -426,8 +426,7 @@ These might set the port, for instance." | |||
| 426 | :type '(repeat (string :tag "Argument")) | 426 | :type '(repeat (string :tag "Argument")) |
| 427 | :group 'browse-url) | 427 | :group 'browse-url) |
| 428 | 428 | ||
| 429 | (defcustom browse-url-temp-dir | 429 | (defcustom browse-url-temp-dir system-tmp-directory |
| 430 | (or (getenv "TMPDIR") "/tmp") | ||
| 431 | "The name of a directory for browse-url's temporary files. | 430 | "The name of a directory for browse-url's temporary files. |
| 432 | Such files are generated by functions like `browse-url-of-region'. | 431 | Such files are generated by functions like `browse-url-of-region'. |
| 433 | You might want to set this to somewhere with restricted read permissions | 432 | You might want to set this to somewhere with restricted read permissions |