Mercurial > emacs
changeset 22087:f472b66ed66b
(browse-url-temp-dir): Use system-tmp-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 03:40:39 +0000 |
parents | 81147e51c3e2 |
children | 39f7c265d3a2 |
files | lisp/browse-url.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/browse-url.el Sat May 16 03:40:21 1998 +0000 +++ b/lisp/browse-url.el Sat May 16 03:40:39 1998 +0000 @@ -426,8 +426,7 @@ :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