Merge 0c7005ff20 into 4b8330a683
This commit is contained in:
commit
bf53dbc550
1 changed files with 2 additions and 1 deletions
|
|
@ -1003,7 +1003,8 @@ value of `org-ql-predicates')."
|
||||||
(peg-run (peg ,(caar pexs))
|
(peg-run (peg ,(caar pexs))
|
||||||
(lambda (failures)
|
(lambda (failures)
|
||||||
(when org-ql-signal-peg-failure
|
(when org-ql-signal-peg-failure
|
||||||
(peg-signal-failure failures)))))))))
|
(peg-signal-failure failures)))))
|
||||||
|
t))))
|
||||||
(pcase parsed-sexp
|
(pcase parsed-sexp
|
||||||
(`(,one-predicate) one-predicate)
|
(`(,one-predicate) one-predicate)
|
||||||
(`(,_ . ,_) (cons boolean (reverse parsed-sexp)))
|
(`(,_ . ,_) (cons boolean (reverse parsed-sexp)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue