Mercurial > emacs
changeset 22097:67273fd206b7
(browse-url-temp-dir): Use temporary-file-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 17:35:23 +0000 |
parents | 2f9cb89376a6 |
children | b2c1e573410e |
files | lisp/browse-url.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/browse-url.el Sat May 16 17:34:20 1998 +0000 +++ b/lisp/browse-url.el Sat May 16 17:35:23 1998 +0000 @@ -426,7 +426,7 @@ :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