change load order of scheme and scsh in ftpd to get access to scsh's open-output-file
This commit is contained in:
parent
b8a1ec9024
commit
6a090fba6b
|
@ -651,7 +651,8 @@
|
||||||
;; FTP server
|
;; FTP server
|
||||||
|
|
||||||
(define-structure ftpd ftpd-interface
|
(define-structure ftpd ftpd-interface
|
||||||
(open scheme (modify scsh (hide char-set:whitespace))
|
(open (modify scsh (hide char-set:whitespace))
|
||||||
|
scheme
|
||||||
conditions handle signals
|
conditions handle signals
|
||||||
structure-refs
|
structure-refs
|
||||||
handle-fatal-error
|
handle-fatal-error
|
||||||
|
|
Loading…
Reference in New Issue