From 38412f4a2fe4d05fbb5a790e778b233438d6c840 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 16:20:11 +0100 Subject: Fix remaining compiler warnings --- org-fc-awk.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org-fc-awk.el') diff --git a/org-fc-awk.el b/org-fc-awk.el index 444352a..951c1a6 100644 --- a/org-fc-awk.el +++ b/org-fc-awk.el @@ -103,9 +103,9 @@ ITAGS and LTAGS are strings `\":tag1:tag2:\"'" FILTER can be either nil or a function taking a single card as its input." (let ((index (org-fc-awk-index-paths paths))) - (if filter - (cl-remove-if-not filter index) - index))) + (if filter + (cl-remove-if-not filter index) + index))) (defun org-fc-awk-index-paths (paths) "Generate a list of all cards and positions in PATHS." -- cgit v1.2.3