newlines at EOFs
svn: r13105
This commit is contained in:
parent
0a51fa26e6
commit
d1a0086471
|
@ -127,4 +127,3 @@
|
|||
(ormap f l1 l2))]
|
||||
[(f . args) (apply ormap f args)])])
|
||||
ormap)))
|
||||
|
|
@ -108,4 +108,3 @@
|
|||
(= 0 (list-length '()))
|
||||
(= 2 (list-length '(1 2)))
|
||||
(= 3 (list-length '(1 2 (1 2 3 4))))
|
||||
|
|
@ -10,4 +10,3 @@
|
|||
[base64-decode (Bytes -> Bytes)])
|
||||
|
||||
(provide base64-encode-stream base64-decode-stream base64-encode base64-decode)
|
||||
|
|
@ -40,5 +40,3 @@
|
|||
(require-typed-struct/provide (malformed-server-response pop3)
|
||||
([communicator : communicator]) net/pop3)
|
||||
|
||||
|
||||
|
|
@ -7,4 +7,3 @@
|
|||
[qp-decode ( String -> String )]
|
||||
[qp-encode-stream (case-lambda (Input-Port Output-Port -> Void) (Input-Port Output-Port String -> Void) )]
|
||||
[qp-decode-stream ( Input-Port Output-Port -> Void )])
|
||||
|
|
@ -9,4 +9,3 @@
|
|||
(String String (Listof String) (Listof String) (Listof String) (Listof String) String * -> Output-Port)])
|
||||
|
||||
(provide send-mail-message/port send-mail-message #;no-mail-recipients)
|
||||
|
|
@ -6,4 +6,3 @@
|
|||
[external-browser (-> (U Symbol #f (Pair String String)))])
|
||||
|
||||
(provide send-url unix-browser-list browser-preference? external-browser)
|
||||
|
|
@ -7,5 +7,3 @@
|
|||
[smtp-sending-end-of-message (Parameter (-> Any))])
|
||||
|
||||
(provide smtp-send-message smtp-sending-end-of-message)
|
||||
|
||||
|
|
@ -12,4 +12,3 @@
|
|||
[alist->form-urlencoded ( (Listof (cons Symbol String)) -> String )]
|
||||
[form-urlencoded->alist ( String -> (Listof (cons Symbol String)) )]
|
||||
[current-alist-separator-mode (Parameter Symbol)])
|
||||
|
Loading…
Reference in New Issue
Block a user