From acefbb3f64c788bf84135d4a4050bddef07ade22 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 14 Oct 2001 17:52:50 +0000 Subject: [PATCH] * 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 --- src/scm/command-line.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scm/command-line.scm b/src/scm/command-line.scm index 34c68b1731..84b17e2a36 100644 --- a/src/scm/command-line.scm +++ b/src/scm/command-line.scm @@ -239,7 +239,7 @@ the current value of the path.") (set! gnc:*batch-mode-things-to-do* (cons (lambda () - (gnc:depend "price-quotes.scm") + (gnc:use-guile-module-here! '(gnucash price-quotes)) (if (not (gnc:add-quotes-to-book-at-url val)) (begin (gnc:error "Failed to add quotes to " val)