Go to file
Mike Sperber 6ce4395e05 Fix a problem with loading and saving files, specifically those with
metadata:

If there is an error opening the file to be saved for write,
`on-save-file' is called, but `after-save-file' isn't.  As
`on-save-file' creates the metadata, and `after-save-file' zaps it
again, corruption results.  To fix, open the file inside the relevant
`dynamic-wind' rather than before.

The analogous problem existed with loading.

svn: r7602

original commit: 3ab3a7300c50504526030cb4e5bbdfd5e5e922a2
2007-11-01 09:31:59 +00:00
collects Fix a problem with loading and saving files, specifically those with 2007-11-01 09:31:59 +00:00
doc/release-notes/mred update mz/mr release notes for v371 2007-08-07 21:19:32 +00:00
man/man1 revise -singleInstance description to include hostname dependency 2007-02-28 04:13:10 +00:00