From f5568df0a808b8c07c3df0160ad3a9748c5f621c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 6 Sep 1999 11:43:01 +0000 Subject: [PATCH] (command-line): Make small-temporary-file-directory be nil except on ms-dos. --- lisp/startup.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index cb8f0cef47e..444036ea629 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -506,8 +506,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP") "/tmp"))))) (setq small-temporary-file-directory (if (eq system-type 'ms-dos) - (getenv "TMPDIR") - temporary-file-directory)) + (getenv "TMPDIR"))) ;; See if we should import version-control from the environment variable. (let ((vc (getenv "VERSION_CONTROL"))) -- 2.39.5