mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/scm/command-line.scm
(gnc:*arg-defs*): use gnc:use-module-module-here!. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5637 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
51881469a9
commit
acefbb3f64
@ -239,7 +239,7 @@ the current value of the path.")
|
|||||||
(set! gnc:*batch-mode-things-to-do*
|
(set! gnc:*batch-mode-things-to-do*
|
||||||
(cons
|
(cons
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(gnc:depend "price-quotes.scm")
|
(gnc:use-guile-module-here! '(gnucash price-quotes))
|
||||||
(if (not (gnc:add-quotes-to-book-at-url val))
|
(if (not (gnc:add-quotes-to-book-at-url val))
|
||||||
(begin
|
(begin
|
||||||
(gnc:error "Failed to add quotes to " val)
|
(gnc:error "Failed to add quotes to " val)
|
||||||
|
Loading…
Reference in New Issue
Block a user