Removed call to ledger-reports-patch-reports
This function was never defined and appeared to nothing. I caused errors on some system by not existing.
This commit is contained in:
parent
383c341d88
commit
97550db9bd
1 changed files with 1 additions and 6 deletions
|
|
@ -117,12 +117,7 @@ customizable to ease retro-entry.")
|
|||
(define-key map [menu-bar ldg-menu de] '("Delete Entry" . ledger-delete-current-entry))
|
||||
(define-key map [menu-bar ldg-menu ae] '("Add Entry" . ledger-add-entry))
|
||||
(define-key map [menu-bar ldg-menu s3] '("--"))
|
||||
(define-key map [menu-bar ldg-menu re] '("Reconcile Account" . ledger-reconcile)))
|
||||
|
||||
|
||||
|
||||
|
||||
(ledger-report-patch-reports (current-buffer)))
|
||||
(define-key map [menu-bar ldg-menu re] '("Reconcile Account" . ledger-reconcile))))
|
||||
|
||||
(defun ledger-time-less-p (t1 t2)
|
||||
"Say whether time value T1 is less than time value T2."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue