]> git.eshelyaron.com Git - emacs.git/commitdiff
(browse-url-temp-dir): Use system-tmp-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 03:40:39 +0000 (03:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 03:40:39 +0000 (03:40 +0000)
lisp/browse-url.el

index e719ecab3d2a5ebd1c96f01b467980c354207547..a5c09d58fcf1041413e1654f93ba217c120f55e8 100644 (file)
@@ -426,8 +426,7 @@ These might set the port, for instance."
   :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