From cc1433ca6de464a7208bf7e2acafafba0d86831d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 14 Feb 2022 17:16:23 +0100 Subject: [PATCH] fix(beancount): void-variable select error --- modules/lang/beancount/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/beancount/autoload.el b/modules/lang/beancount/autoload.el index 29d034bd2..e23acb4d4 100644 --- a/modules/lang/beancount/autoload.el +++ b/modules/lang/beancount/autoload.el @@ -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