fixed debug.ss macro
original commit: 8f9a47dfa4ce8e398cb1624ebd1ebe5b55f6c080
This commit is contained in:
parent
04a9950eaa
commit
c99ff03b71
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:edit^
|
||||
(import [mred:connections : mred:connections^]
|
||||
(import [mred:constants : mred:constants^]
|
||||
[mred:connections : mred:connections^]
|
||||
[mred:finder : mred:finder^]
|
||||
[mred:path-utils : mred:path-utils^]
|
||||
[mred:mode : mred:mode^]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:exit^
|
||||
(import [mred:preferences : mred:preferences^]
|
||||
(import [mred:constants : mred:constants^]
|
||||
[mred:preferences : mred:preferences^]
|
||||
[mred:gui-utils : mred:gui-utils^])
|
||||
(rename (-exit exit))
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:finder^
|
||||
(import [mred:container : mred:container^]
|
||||
(import [mred:constants : mred:constants^]
|
||||
[mred:container : mred:container^]
|
||||
[mred:preferences : mred:preferences^]
|
||||
[mred:gui-utils : mred:gui-utils^]
|
||||
[mred:edit : mred:edit^]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:keymap^
|
||||
(import [mred:preferences : mred:preferences^]
|
||||
(import [mred:constants : mred:constants^]
|
||||
[mred:preferences : mred:preferences^]
|
||||
[mred:exit : mred:exit^]
|
||||
[mred:finder : mred:finder^]
|
||||
[mred:handler : mred:handler^]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:panel^
|
||||
(import [mred:container : mred:container^]
|
||||
(import [mred:constants : mred:constants^]
|
||||
[mred:container : mred:container^]
|
||||
[mred:canvas : mred:canvas^]
|
||||
mzlib:function^)
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
;; need a preference for pconvert
|
||||
|
||||
(unit/sig mred:preferences^
|
||||
(import [mred:exn : mred:exn^]
|
||||
(import [mred:constants : mred:constants^]
|
||||
[mred:exn : mred:exn^]
|
||||
[mred : mred:container^] ;; warning -- to use the mred:panel macros,
|
||||
;; need to have mred:container be prefixed with "mred"
|
||||
[mred:exit : mred:exit^]
|
||||
|
|
Loading…
Reference in New Issue
Block a user