Mercurial > emacs
changeset 25559:cf5a6d4a09f1
(command-line): Make small-temporary-file-directory
be nil except on ms-dos.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 06 Sep 1999 11:43:01 +0000 |
parents | 76420959ca81 |
children | c4397641ee0e |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Mon Sep 06 11:22:43 1999 +0000 +++ b/lisp/startup.el Mon Sep 06 11:43:01 1999 +0000 @@ -506,8 +506,7 @@ (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")))