fixed let-values
original commit: 9e85d7cf11580b2be03787a28178bcb8038a1bd2
This commit is contained in:
parent
8e82ccef96
commit
26c56232f7
|
@ -69,8 +69,8 @@
|
|||
(k (wx:message-box "no file associated with this edit")))
|
||||
(let-values ([(my-out my-in my-pid my-err)
|
||||
(apply values (process* (build-path rcs-pathname "rlog")
|
||||
"-L" "-R" (string-append "-l" username) filename))]
|
||||
[(their-out their-in their-pid their-err)
|
||||
"-L" "-R" (string-append "-l" username) filename))])
|
||||
(let-values ([(their-out their-in their-pid their-err)
|
||||
(apply values (process* (build-path rcs-pathname "rlog")
|
||||
"-L" "-R" "-l" filename))])
|
||||
(let ([my-lock? (not (eof-object? (read my-out)))]
|
||||
|
@ -112,7 +112,7 @@
|
|||
(send edit load-file
|
||||
(send edit get-filename)
|
||||
(send edit get-file-format))
|
||||
(wx:message-box "Checkout Failed")))))])))))))]
|
||||
(wx:message-box "Checkout Failed")))))]))))))))]
|
||||
|
||||
[ring-bell
|
||||
(lambda (edit event)
|
||||
|
|
Loading…
Reference in New Issue
Block a user