(issue-deprecation-warning"gnc:make-multichoice-option is deprecated. Make and register the option in one command with gnc-register-multichoice-option.")
(issue-deprecation-warning"gnc:make-multichoice-option is deprecated. Make and register the option in one command with gnc:register-multichoice-option.")
(let ((defval(cond ((symbol? default)
(symbol->string default))
((number? default)
@ -339,7 +339,6 @@
;; because we need to transform the default argument first depending on its
(issue-deprecation-warning"gnc:make-multichoice-option is deprecated. Make and register the option in one command with gnc-register-multichoice-option.")