Skip to content
Snippets Groups Projects
Commit 70cf5703 authored by rtoy's avatar rtoy
Browse files

Helmut Eller notes on cmucl-imp on 2004-04-24 that

  (delete-file (open "/tmp/tmp-file" :direction :output
                     :if-does-not-exist :create :if-exists :supersede))

signals an error because delete-file is unlinking the file twice,
because CLOSE is called with the option :ABORT T.

Don't do that, so that any reversion of the file isn't done, and we
file is deleted.
parent 0519cdf6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment