Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
The previous change passes lint and test on everything except Emacs
snapshot: on that, Buttercup is hanging indefinitely.  ?!?!  So maybe
this will work?
  • Loading branch information
alphapapa committed Jun 27, 2024
1 parent e4b7611 commit 982424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ defined in `org-ql-predicates' by calling `org-ql-defpred'."
(`(or ,element)
;; A predicate with a single name: unwrap the OR. (Pcase doesn't like
;; "one-armed ORs", giving a "Please avoid it" compilation error.)
element)
(rec element))

,@preamble-patterns

Expand Down

0 comments on commit 982424d

Please sign in to comment.