diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index c24ee7d2ecf..e47ba5e0809 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -427,7 +427,7 @@ Possible options are: | |||
| 427 | (let ((end (eshell-find-delimiter ?\< ?\>))) | 427 | (let ((end (eshell-find-delimiter ?\< ?\>))) |
| 428 | (if (not end) | 428 | (if (not end) |
| 429 | (throw 'eshell-incomplete ?\<) | 429 | (throw 'eshell-incomplete ?\<) |
| 430 | (let* ((temp (make-temp-name temporary-file-directory)) | 430 | (let* ((temp (make-temp-file temporary-file-directory)) |
| 431 | (cmd (concat (buffer-substring (1+ (point)) end) | 431 | (cmd (concat (buffer-substring (1+ (point)) end) |
| 432 | " > " temp))) | 432 | " > " temp))) |
| 433 | (prog1 | 433 | (prog1 |