branch: elpa/beancount
commit 8a564f5a26e6245860188ebf71db0262dd78e068
Author: Fang Lungang <[email protected]>
Commit: Martin Blais <[email protected]>
Update option names to beancount 3.2.0
According to my test `bean-doctor` version 3.2.0 added two
options (`display_precision` and `tolerance_multiplier`).
For the test `beancount/options-001` to pass, we must update
`beancount-option-names` accordingly.
---
beancount.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/beancount.el b/beancount.el
index a71638ca816..a4509a4efa0 100644
--- a/beancount.el
+++ b/beancount.el
@@ -202,6 +202,7 @@ _not_ followed by an account.")
"allow_pipe_separator"
"booking_method"
"conversion_currency"
+ "display_precision"
"documents"
"infer_tolerance_from_cost"
"inferred_tolerance_default"
@@ -216,7 +217,8 @@ _not_ followed by an account.")
"operating_currency"
"plugin_processing_mode"
"render_commas"
- "title"))
+ "title"
+ "tolerance_multiplier"))
(defconst beancount-date-regexp "[0-9]\\{4\\}[-/][0-9]\\{2\\}[-/][0-9]\\{2\\}"
"A regular expression to match dates.")