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 c95eae3 commit e9c523b
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 @@ -1158,9 +1158,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 e9c523b

Please sign in to comment.