mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
154966f513
commit
abef3b8364
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user