Differences From Artifact [6dc90d09ba]:
- File configfmod.scm — part of check-in [6871dc0b79] at 2019-10-18 08:27:49 on branch v1.65-wip — wip (user: matt, size: 1540) [annotate] [blame] [check-ins using]
To Artifact [4f26f42f5f]:
- File configfmod.scm — part of check-in [f83553313c] at 2019-10-25 18:39:16 on branch v1.65-wip — wip (user: mrwellan, size: 1631) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 | - + + | (let ((match (assoc var sectdat))) (if match ;; (and match (list? match)(> (length match) 1)) (cadr match) #f)) )) #f)) |