mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move gnc:load-help-topics to doc.scm
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3369 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a04fd0f690
commit
afd1f0ccb1
@ -76,10 +76,3 @@
|
||||
smallest-fraction)))
|
||||
(gnc:commodity-table-insert table comm)))))
|
||||
(loop (read)))))))))
|
||||
|
||||
(define (gnc:load-help-topics fname)
|
||||
(with-input-from-file
|
||||
(gnc:find-in-directories fname
|
||||
(gnc:config-var-value-get gnc:*load-path*))
|
||||
(lambda () (read))))
|
||||
|
||||
|
@ -19,3 +19,9 @@
|
||||
|
||||
(define (gnc:find-doc-file file)
|
||||
(gnc:find-in-directories file (gnc:config-var-value-get gnc:*doc-path*)))
|
||||
|
||||
(define (gnc:load-help-topics fname)
|
||||
(with-input-from-file
|
||||
(gnc:find-in-directories fname
|
||||
(gnc:config-var-value-get gnc:*load-path*))
|
||||
(lambda () (read))))
|
||||
|
Loading…
Reference in New Issue
Block a user