diff options
author | Peter Bex <peter@more-magic.net> | 2011-07-06 22:35:51 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2011-07-06 22:35:51 +0200 |
commit | d4e9f0e64391f532a684275fd4970ee040e80aee (patch) | |
tree | 3b6cfe714aab4bd08e18ea669d7d1b7e29b65a3a | |
parent | c621e9a148addba6eabfcb3c1c735949b0676749 (diff) | |
download | efax-d4e9f0e64391f532a684275fd4970ee040e80aee.tar.gz |
Add a TODO
-rw-r--r-- | efax.scm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -146,6 +146,9 @@ (if value (cons (cons name value) result) result))) + ;; TODO: Convert a few of these to + ;; Scheme-native types? + ;; pages-*, duration, retries can be numbers '() '(name company fax status-message status-classification status-outcome |