From: Eli Zaretskii Date: Mon, 6 Sep 1999 11:43:01 +0000 (+0000) Subject: (command-line): Make small-temporary-file-directory X-Git-Tag: emacs-pretest-21.0.90~6883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5568df0a808b8c07c3df0160ad3a9748c5f621c;p=emacs.git (command-line): Make small-temporary-file-directory be nil except on ms-dos. --- 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")))