diff options
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c0ba5477b56..635d1b0cda3 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2804,7 +2804,7 @@ value passed." | |||
| 2804 | (or lc infile) | 2804 | (or lc infile) |
| 2805 | (if stderr-file (list (car buffer) stderr-file) buffer) | 2805 | (if stderr-file (list (car buffer) stderr-file) buffer) |
| 2806 | display args) | 2806 | display args) |
| 2807 | (when stderr-file (copy-file stderr-file (cadr buffer))))) | 2807 | (when stderr-file (copy-file stderr-file (cadr buffer) t)))) |
| 2808 | (when stderr-file (delete-file stderr-file)) | 2808 | (when stderr-file (delete-file stderr-file)) |
| 2809 | (when lc (delete-file lc))))) | 2809 | (when lc (delete-file lc))))) |
| 2810 | 2810 | ||