*** empty log message ***
This commit is contained in:
parent
37ae9bf0c2
commit
a874bc851e
2 changed files with 3 additions and 0 deletions
|
|
@ -353,6 +353,8 @@ Return the difference in the format of a time value."
|
|||
(define-key map [? ] 'ledger-reconcile-toggle)
|
||||
(define-key map [?a] 'ledger-reconcile-add)
|
||||
(define-key map [?d] 'ledger-reconcile-delete)
|
||||
(define-key map [?n] 'next-line)
|
||||
(define-key map [?p] 'previous-line)
|
||||
(define-key map [?r] 'ledger-auto-reconcile)
|
||||
(define-key map [?s] 'ledger-reconcile-save)
|
||||
(define-key map [?q]
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
|
||||
#define TIMELOG_SUPPORT 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue