Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
AFAICT the old clause would never match anyway, and this change seems
to break the security checks in the tests, so let's just remove it
altogether and see what happens.
  • Loading branch information
alphapapa committed Jun 27, 2024
1 parent 4dae9da commit b76b9f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1118,10 +1118,6 @@ defined in `org-ql-predicates' by calling `org-ql-defpred'."
;; Only one preamble is allowed
element)
(pcase element
;; FIXME: Should the pattern below be "`(or . ,_)"? It
;; seems to work fine either way, but it seems like it
;; should be changed.
(`(or . ,_) element)

,@preamble-patterns

Expand Down

0 comments on commit b76b9f9

Please sign in to comment.