diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index a966a26b938..67d0b6aede3 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -577,7 +577,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 577 | unlink (tempfile); | 577 | unlink (tempfile); |
| 578 | emacs_close (filefd); | 578 | emacs_close (filefd); |
| 579 | report_file_error ("Cannot re-open temporary file", | 579 | report_file_error ("Cannot re-open temporary file", |
| 580 | Fcons (tempfile, Qnil)); | 580 | Fcons (build_string (tempfile), Qnil)); |
| 581 | } | 581 | } |
| 582 | } | 582 | } |
| 583 | else | 583 | else |