aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-16 17:35:23 +0000
committerRichard M. Stallman1998-05-16 17:35:23 +0000
commit406757ff5b37049234a2c856d483747f1e063905 (patch)
tree0413e5566e175804025e165c62597d8ba4611563
parent0adf5079bfb49cb7096df44d956a1f7bd606f47d (diff)
downloademacs-406757ff5b37049234a2c856d483747f1e063905.tar.gz
emacs-406757ff5b37049234a2c856d483747f1e063905.zip
(browse-url-temp-dir): Use temporary-file-directory.
-rw-r--r--lisp/browse-url.el2
1 files changed, 1 insertions, 1 deletions
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."
426 :type '(repeat (string :tag "Argument")) 426 :type '(repeat (string :tag "Argument"))
427 :group 'browse-url) 427 :group 'browse-url)
428 428
429(defcustom browse-url-temp-dir system-tmp-directory 429(defcustom browse-url-temp-dir temporary-file-directory
430 "The name of a directory for browse-url's temporary files. 430 "The name of a directory for browse-url's temporary files.
431Such files are generated by functions like `browse-url-of-region'. 431Such files are generated by functions like `browse-url-of-region'.
432You might want to set this to somewhere with restricted read permissions 432You might want to set this to somewhere with restricted read permissions