mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(beancount): void-variable select error
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user