corrected error output

This commit is contained in:
Craig Earls 2013-03-31 19:15:10 -07:00
parent 7bad618693
commit f015d00fa5

View file

@ -44,8 +44,6 @@
"Deal with ledger errors contained in LEDGER-OUTPUT."
(with-current-buffer (get-buffer-create "*Ledger Error*")
(insert-buffer-substring ledger-output)
(make-frame)
(fit-frame)
(view-mode)
(toggle-read-only)))