made there only be one group, which doesn't use buffer groups
(oly one frame group that is) original commit: cb79078569c4b68196974bae7829e214729cd16c
This commit is contained in:
parent
e955fb3788
commit
c88b1aa088
|
@ -3,6 +3,7 @@
|
||||||
(import [wx : mred:wx^]
|
(import [wx : mred:wx^]
|
||||||
[mred:constants : mred:constants^]
|
[mred:constants : mred:constants^]
|
||||||
[mred:connections : mred:connections^]
|
[mred:connections : mred:connections^]
|
||||||
|
[mred:autosave : mred:autosave^]
|
||||||
[mred:finder : mred:finder^]
|
[mred:finder : mred:finder^]
|
||||||
[mred:path-utils : mred:path-utils^]
|
[mred:path-utils : mred:path-utils^]
|
||||||
[mred:mode : mred:mode^]
|
[mred:mode : mred:mode^]
|
||||||
|
@ -183,7 +184,8 @@
|
||||||
(rename-file name back-name))))
|
(rename-file name back-name))))
|
||||||
#t)))])
|
#t)))])
|
||||||
(sequence
|
(sequence
|
||||||
(apply super-init args)))))
|
(apply super-init args)
|
||||||
|
(mred:autosave:register-autosave this)))))
|
||||||
|
|
||||||
(define make-edit%
|
(define make-edit%
|
||||||
(lambda (super%)
|
(lambda (super%)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user