Bug #478055: Adjust read syntax of symbol names that include spaces. This old syntax doesn't work in guile 1.8, at least not on Fedora 9 64-bit.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18031 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Charles Day 2009-04-07 20:20:23 +00:00
parent 89bfcce989
commit b5911ecf2e

View File

@ -137,7 +137,7 @@
(case qstate-type
;; Transaction list for a particular account
((type:bank type:cash type:ccard type:invst type:port
#{type:oth\ a}# #{type:oth\ l}#)
#{type:oth a}# #{type:oth l}#)
(if ignore-accounts
(set! current-account-name
last-seen-account-name))
@ -198,7 +198,7 @@
;;;;;;;;;;;;;;;;;;;;;;
((type:bank type:cash type:ccard type:invst type:port
#{type:oth\ a}# #{type:oth\ l}#)
#{type:oth a}# #{type:oth l}#)
(case tag
;; D : transaction date
((#\D)