Fix a bug where retrieving a submission would get appended to the default #lang line.
This commit is contained in:
parent
284ba01db6
commit
fc0fd4b537
|
@ -722,7 +722,9 @@
|
|||
[stream (make-object editor-stream-in% base)])
|
||||
(read-editor-version stream base #t)
|
||||
(read-editor-global-header stream)
|
||||
(send defs read-from-file stream)
|
||||
(send* defs (begin-edit-sequence #f)
|
||||
(erase) (read-from-file stream)
|
||||
(end-edit-sequence))
|
||||
(read-editor-global-footer stream)))
|
||||
|
||||
(define tool@
|
||||
|
|
Loading…
Reference in New Issue
Block a user