branch: externals/taxy commit 92019181cd8d044fdb31cf60a9a54d9ec274384f Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Fix: (cl-defstruct taxy) Remove unused slot Might use it later, but not now. --- taxy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxy.el b/taxy.el index 8894430..19279f7 100644 --- a/taxy.el +++ b/taxy.el @@ -52,7 +52,7 @@ ;;;; Structs (cl-defstruct taxy - name description key objects taxys dynamic + name description key objects taxys (predicate #'identity) (then #'ignore) take)