get-filename in frame:editor-mixin
This returns the filename that the frame is currently being saved as,
or #f if there is no appropriate filename.
( -> (union #f string)send a-frame:editor-mixin get-filename)
Returns the filename in the editor returned by
get-editor.