*** empty log message ***
original commit: ba3aca53b3b6394bda888526064c3c872f4b1e0f
This commit is contained in:
parent
7b488f8e07
commit
77ce0a58a4
|
@ -48,6 +48,7 @@
|
|||
(hash-table-put! hash-table x 'define))
|
||||
'(define defmacro define-macro
|
||||
define-values
|
||||
define/public define/override define/private define/field
|
||||
define-signature define-syntax define-schema))
|
||||
(for-each (lambda (x)
|
||||
(hash-table-put! hash-table (add-#% x) 'begin)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -50,11 +50,22 @@
|
|||
vertical-resizable<%>
|
||||
vertical-resizable-mixin
|
||||
|
||||
two-panel<%>
|
||||
horizontal-two-panel<%>
|
||||
vertical-two-panel<%>
|
||||
|
||||
two-panel-mixin
|
||||
horizontal-two-panel-mixin
|
||||
vertical-two-panel-mixin
|
||||
|
||||
single%
|
||||
single-pane%
|
||||
;;multi-view%
|
||||
vertical-resizable%
|
||||
vertical-resizable-pane%))
|
||||
vertical-resizable-pane%
|
||||
|
||||
horizontal-two-panel%
|
||||
vertical-two-panel%))
|
||||
|
||||
(define-signature framework:exn^
|
||||
((struct exn ())
|
||||
|
|
Loading…
Reference in New Issue
Block a user