about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/tree.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-31T13·51+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-31T13·51+0100
commit1ea996b6765c6ca0bf0705ce5faade8326c0c93b (patch)
treed142b1d97cd69238b93780756f5c5bbf78305a96 /emacs/.emacs.d/wpc/tree.el
parent5b50e34e12a33520c0d0f42fca25238513511eac (diff)
Lint random.el
Usual lints... fixes usage in tree.el.
Diffstat (limited to 'emacs/.emacs.d/wpc/tree.el')
-rw-r--r--emacs/.emacs.d/wpc/tree.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/tree.el b/emacs/.emacs.d/wpc/tree.el
index 8ef88e4efdd1..9c35c8b3a33b 100644
--- a/emacs/.emacs.d/wpc/tree.el
+++ b/emacs/.emacs.d/wpc/tree.el
@@ -125,7 +125,7 @@ generating test data.  Warning this function can overflow the stack."
                 :children (->> (series/range 0 (number/dec bf))
                                (list/map
                                 (lambda (_)
-                                  (when (random/boolean?)
+                                  (when (random-boolean?)
                                     (do-random d vf bf))))))))
     (do-random 0 value-fn branching-factor)))