fix(beancount): void-variable select error

This commit is contained in:
Henrik Lissner 2022-02-14 17:16:23 +01:00
parent aac2c65826
commit cc1433ca6d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -143,7 +143,7 @@ If REVERSE (the prefix arg) is non-nil, sort the transactions in reverst order."
"\n"))))))) "\n")))))))
(when transaction (when transaction
(goto-char (point-min)) (goto-char (point-min))
(re-search-forward (concat "^" (regexp-quote select))) (re-search-forward (concat "^" (regexp-quote transaction)))
(+beancount/clone-this-transaction t))) (+beancount/clone-this-transaction t)))
;;;###autoload ;;;###autoload