Skip to content

Commit

Permalink
Comment: Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jun 13, 2024
1 parent e9d08ca commit d5269bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,9 @@ 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 d5269bb

Please sign in to comment.