From: Richard M. Stallman Date: Sat, 16 May 1998 17:35:23 +0000 (+0000) Subject: (browse-url-temp-dir): Use temporary-file-directory. X-Git-Tag: emacs-20.3~980 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=406757ff5b37049234a2c856d483747f1e063905;p=emacs.git (browse-url-temp-dir): Use temporary-file-directory. --- diff --git a/lisp/browse-url.el b/lisp/browse-url.el index a5c09d58fcf..974e29afbc5 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -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