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