* simple.el (process-file): Overwrite stderr file, if exists.
This commit is contained in:
parent
34b4b7eb7e
commit
0e9c769371
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-12-21 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* simple.el (process-file): Overwrite stderr file, if exists.
|
||||
|
||||
2012-12-21 Daiki Ueno <ueno@gnu.org>
|
||||
|
||||
* epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
|
||||
|
|
|
@ -2804,7 +2804,7 @@ value passed."
|
|||
(or lc infile)
|
||||
(if stderr-file (list (car buffer) stderr-file) buffer)
|
||||
display args)
|
||||
(when stderr-file (copy-file stderr-file (cadr buffer)))))
|
||||
(when stderr-file (copy-file stderr-file (cadr buffer) t))))
|
||||
(when stderr-file (delete-file stderr-file))
|
||||
(when lc (delete-file lc)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue