Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Kremers committed Nov 9, 2024
1 parent 943f3d3 commit a768f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ebib-filters.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ See `ebib--filters-run-filter'.")
;; before eval'ing the filter.
(let ((filter (ebib-db-get-filter db)))
(eval
`(cl-macrolet ((contains (field regexp)
`(ebib--search-in-entry ,regexp ebib-entry ,(unless (cl-equalp field "any") field))))
`(cl-macrolet (`(ebib--search-in-entry ,regexp ebib-entry ,(unless (cl-equalp field "any") field)))
(seq-filter (lambda (key)
(let ((ebib-entry (if ebib-filters-include-crossref
(ebib-get-entry key db 'noerror 'xref)
Expand Down

0 comments on commit a768f4f

Please sign in to comment.