Differences From Artifact [3dfb533747]:
- File keysmod.scm — part of check-in [f83553313c] at 2019-10-25 18:39:16 on branch v1.65-wip — wip (user: mrwellan, size: 1577) [annotate] [blame] [check-ins using]
To Artifact [77a36793ba]:
- File keysmod.scm — part of check-in [6b93274918] at 2019-10-31 23:17:49 on branch v1.65-wip-alt — wip (user: matt, size: 1478) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 | - - - | (define (keys:make-key/field-string confdat) (let ((fields (configf:get-section confdat "fields"))) (string-join (map (lambda (field)(conc (car field) " " (cadr field))) fields) ","))) |