on-save-file in editor<%>
Called just before the editor is saved to a file, after calling
can-save-file? to verify that the save is allowed. See also
after-save-file.
( -> void
send an-editor on-save-file filename format)
filename : string
format : symbol in '(guess standard text text-force-cr same copy)
The filename argument is the name the file will be saved
to. See
load-file for information about format.