fix a deprecated guile function (use re-export)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10095 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2004-06-26 15:30:04 +00:00
parent 154966f513
commit abef3b8364

View File

@ -48,9 +48,7 @@
(export gnc:debug)
(export build-path)
(export gnc:use-module-here!)
(export hash-fold)
(export item-list->hash!)
(export string-split)
(export string-join)
(export gnc:backtrace-if-exception)
(export gnc:find-file)
@ -58,6 +56,9 @@
(export gnc:main)
(export gnc:safe-strcmp) ;; only used by aging.scm atm...
(re-export hash-fold)
(re-export string-split)
;; from path.scm
(export gnc:make-home-dir)
(export gnc:current-config-auto)