X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Ffile.lisp;h=01da23bff2caa94319bb274eef14c05af7dbda34;hb=4d0b87793a047baecf2403455ddca1a82f44a41b;hp=4cfacd425baab65ca3193e67c49df9f4cde71da2;hpb=be6abfb75a76eb69a417ff09fd6b0f41e708f8c3;p=sbcl.git diff --git a/contrib/sb-simple-streams/file.lisp b/contrib/sb-simple-streams/file.lisp index 4cfacd4..01da23b 100644 --- a/contrib/sb-simple-streams/file.lisp +++ b/contrib/sb-simple-streams/file.lisp @@ -80,7 +80,8 @@ (format *terminal-io* "~&;;; ** closed ~S (fd ~D)~%" namestring fd) (when original - (revert-file namestring original)))) + (revert-file namestring original))) + :dont-save t) stream))))))) (defmethod device-open ((stream file-simple-stream) options) @@ -244,7 +245,8 @@ (sb-ext:finalize stream (lambda () (sb-posix:munmap buffer size) - (format *terminal-io* "~&;;; ** unmapped ~S" buffer)))))) + (format *terminal-io* "~&;;; ** unmapped ~S" buffer)) + :dont-save t)))) stream)))