code cleanup

This commit is contained in:
Craig Earls 2013-02-08 17:20:56 -07:00
parent 5f67cfbec7
commit 7fe1506ea1

View file

@ -28,17 +28,16 @@
(defvar ledger-year (ledger-current-year)
"Start a ledger session with the current year, but make it
customizable to ease retro-entry.")
(defvar ledger-month (ledger-current-month)
"Start a ledger session with the current month, but make it
customizable to ease retro-entry.")
(defcustom ledger-default-acct-transaction-indent " "
"Default indentation for account transactions in an entry."
:type 'string
:group 'ledger)
(defvar ledger-mode-abbrev-table)
;;;###autoload