Skip to content

Commit

Permalink
Remove not needed `rec' calls
Browse files Browse the repository at this point in the history
  • Loading branch information
yantar92 committed Jul 3, 2021
1 parent 0bba880 commit 598f52d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1147,9 +1147,7 @@ QUERY is a valid `org-ql' query."
`(org-ql-defpred ,name ,args
,docstring
:normalizers ((`(,predicate-names)
(rec ',query)))
:preambles ((`(,predicate-names)
(rec ',query)))
`,query))
:body
,query))

Expand Down

0 comments on commit 598f52d

Please sign in to comment.