fix(beancount): void-variable select error
This commit is contained in:
parent
aac2c65826
commit
cc1433ca6d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ If REVERSE (the prefix arg) is non-nil, sort the transactions in reverst order."
|
|||
"\n")))))))
|
||||
(when transaction
|
||||
(goto-char (point-min))
|
||||
(re-search-forward (concat "^" (regexp-quote select)))
|
||||
(re-search-forward (concat "^" (regexp-quote transaction)))
|
||||
(+beancount/clone-this-transaction t)))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue