Merge branch 'master' into new-fontification-scheme
This commit is contained in:
commit
e2c07931ed
1 changed files with 3 additions and 2 deletions
|
|
@ -367,7 +367,8 @@ Optional EDIT the command."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((cur-buf (current-buffer)))
|
(let ((cur-buf (current-buffer)))
|
||||||
(if (and ledger-report-auto-refresh
|
(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))
|
(get-buffer ledger-report-buffer-name))
|
||||||
(progn
|
(progn
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue