Added missing `require' for eshell.
This commit is contained in:
parent
03fe1c7697
commit
3e8c04e5e1
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@
|
||||||
;; well), or C-c C-r to attempt an auto-reconcilation based on the
|
;; well), or C-c C-r to attempt an auto-reconcilation based on the
|
||||||
;; statement's ending date and balance.
|
;; statement's ending date and balance.
|
||||||
|
|
||||||
|
(require 'esh-util)
|
||||||
|
(require 'esh-arg)
|
||||||
|
|
||||||
(defvar ledger-version "1.2"
|
(defvar ledger-version "1.2"
|
||||||
"The version of ledger.el currently loaded")
|
"The version of ledger.el currently loaded")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue