Skip to content

Commit

Permalink
FIX woopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwarshuis committed Aug 13, 2024
1 parent f0ca291 commit 8364861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion org-ml.el
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ cache under KEY. If KEY is in the cache, return whatever that is."

(eval-and-compile
(defvar org-ml--builder-cache
"Cache to be used for `org-ml-build-*' functions"
(--map (cons it (make-hash-table :test #'equal)) org-ml-builder-types)
"Alist of hash tables to store builder results."))

Expand Down

0 comments on commit 8364861

Please sign in to comment.