Fix bough 1075, ledger-mode report do not refresh using key commands
This commit is contained in:
parent
c1598b7de2
commit
7b993ccc17
1 changed files with 3 additions and 2 deletions
|
|
@ -367,7 +367,8 @@ Optional EDIT the command."
|
|||
(interactive)
|
||||
(let ((cur-buf (current-buffer)))
|
||||
(if (and ledger-report-auto-refresh
|
||||
(string= (format-mode-line 'mode-name) "Ledger")
|
||||
(or (string= (format-mode-line 'mode-name) "Ledger")
|
||||
(string= (format-mode-line 'mode-name) "Ledger-Report"))
|
||||
(get-buffer ledger-report-buffer-name))
|
||||
(progn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue