]> git.eshelyaron.com Git - emacs.git/commitdiff
(browse-url-temp-dir): Use temporary-file-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 17:35:23 +0000 (17:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 17:35:23 +0000 (17:35 +0000)
lisp/browse-url.el

index a5c09d58fcf1041413e1654f93ba217c120f55e8..974e29afbc56ee150709ad5590ff0f7893594fe8 100644 (file)
@@ -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