mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
When a guile coder uses a variable but omits use-modules, this code will scan *all* available modules and offer the appropriate module name. Before: Unbound variable: gnc-build-url After: Unbound variable: gnc-build-url. Did you forget (use-module (sw_gnc_html))?