From 543a15491e1cb6c07135b49307e2dbc3461d9cde Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 7 Sep 1999 13:04:48 +0000 Subject: [PATCH] (gnus-uu-tmp-dir): Use temporary-file-directory. --- lisp/gnus/gnus-uu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index b7326dbf1c9..2a976c3bb6b 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el @@ -217,7 +217,7 @@ Note that this variable can be used in conjunction with the ;; Various variables users may set -(defcustom gnus-uu-tmp-dir "/tmp/" +(defcustom gnus-uu-tmp-dir temporary-file-directory "*Variable saying where gnus-uu is to do its work. Default is \"/tmp/\"." :group 'gnus-extract -- 2.39.5