original commit: 90a50390458637063f12a807b6adab7fec617d5d
This commit is contained in:
Robby Findler 2001-01-05 22:53:45 +00:00
parent afb9eb8fc7
commit d6a2324215

View File

@ -22,7 +22,8 @@
run-after-edit-sequence
get-top-level-window
locked?
on-close))
on-close
save-file-out-of-date?))
(define basic-mixin
(mixin (editor<%>) (basic<%>) args
@ -440,4 +441,4 @@
(when (is-a? frame frame:info<%>)
(send frame lock-status-changed)))))
'framework:update-lock-icon))])
(sequence (apply super-init args)))))
(sequence (apply super-init args)))))