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
|
||||
|
||||
(define-structure ftpd ftpd-interface
|
||||
(open scheme (modify scsh (hide char-set:whitespace))
|
||||
(open (modify scsh (hide char-set:whitespace))
|
||||
scheme
|
||||
conditions handle signals
|
||||
structure-refs
|
||||
handle-fatal-error
|
||||
|
|
Loading…
Reference in New Issue