Correct the default options if default invalid

The default value should be a list and have set the default to the new
"No Fancy Date Format" option.
This commit is contained in:
Robert Fewell
2016-11-16 19:20:15 +00:00
parent 5ce8878764
commit a67b4922c2

View File

@@ -1319,7 +1319,7 @@
(define (def-value)
(if (list? default-value)
default-value
'(locale number #t "")))
(list 'unset 'number #t "")))
(let* ((value (def-value))
(value->string (lambda ()