diff options
| author | Eli Zaretskii | 1999-09-02 11:51:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-09-02 11:51:42 +0000 |
| commit | b046ee9f70ed6b5b21073654da48b243c4bfeaa6 (patch) | |
| tree | 0022d9c9ad91714383d9377db781503950735135 | |
| parent | 6f9a5d90c62f52a55861578bbd851e9a4fc2a146 (diff) | |
| download | emacs-b046ee9f70ed6b5b21073654da48b243c4bfeaa6.tar.gz emacs-b046ee9f70ed6b5b21073654da48b243c4bfeaa6.zip | |
(direct-print-region-helper): Use temporary-file-directory.
| -rw-r--r-- | lisp/dos-w32.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 8e3e7862520..3fb8a83b280 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el | |||
| @@ -279,7 +279,7 @@ filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"." | |||
| 279 | (subst-char-in-string | 279 | (subst-char-in-string |
| 280 | ?/ ?\\ | 280 | ?/ ?\\ |
| 281 | (make-temp-name | 281 | (make-temp-name |
| 282 | (expand-file-name "EP" (getenv "TMPDIR"))))) | 282 | (expand-file-name "EP" temporary-file-directory)))) |
| 283 | ;; capture output for diagnosis | 283 | ;; capture output for diagnosis |
| 284 | (errbuf (list (get-buffer-create " *print-region-helper*") t))) | 284 | (errbuf (list (get-buffer-create " *print-region-helper*") t))) |
| 285 | ;; It seems that we must be careful about the directory name that | 285 | ;; It seems that we must be careful about the directory name that |