svn: r12186
This commit is contained in:
parent
0c40227dac
commit
b453c09007
|
@ -60,7 +60,9 @@
|
|||
("case" 1)
|
||||
("syntax-rules" 1)
|
||||
("syntax-case" 2)
|
||||
("syntax-case*" 3))
|
||||
("syntax-case*" 3)
|
||||
("kernel-syntax-case" 2)
|
||||
("kernel-syntax-case*" 3))
|
||||
(λ (x) (and (list? x) (andmap (λ (x) (and (pair? x)
|
||||
(string? (car x))
|
||||
(pair? (cdr x))
|
||||
|
|
|
@ -1662,6 +1662,7 @@
|
|||
|
||||
(define-values (ok-button cancel-button)
|
||||
(gui-utils:ok/cancel-buttons bp confirm-callback cancel-callback (string-constant ok) (string-constant cancel)))
|
||||
(send tb focus)
|
||||
(send f show #t)
|
||||
answers)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user