branch: elpa/beancount commit 0062cc96351d56236cf622c07d8d2a28de4d653c Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
beancount.el: Remove an useless defvar The `defvar` for `beancount-directive-names` does not do anything since it is preceded by a `defconst` of the same var. --- beancount.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/beancount.el b/beancount.el index 048b9a1232..d3eb012d44 100644 --- a/beancount.el +++ b/beancount.el @@ -132,11 +132,6 @@ to align all amounts." "pushtag") "Directive names that can appear at the beginning of a line.") -(defvar beancount-directive-names - (append beancount-directive-names - beancount-timestamped-directive-names) - "A list of the directive names.") - (defconst beancount-account-categories '("Assets" "Liabilities" "Equity" "Income" "Expenses"))