* 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:
Rob Browning 2001-10-14 17:52:50 +00:00
parent 51881469a9
commit acefbb3f64

View File

@ -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)