From 556452e72cef8384804f8ed0a6a6596651c502eb Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 16 Apr 2022 18:02:17 +0300 Subject: [PATCH] fix: byte-compilation --- org-journal-tags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-journal-tags.el b/org-journal-tags.el index fe6cb9b..43620b7 100644 --- a/org-journal-tags.el +++ b/org-journal-tags.el @@ -331,7 +331,7 @@ The properties are: (with-temp-buffer (insert-file-contents org-journal-tags-db-file) (goto-char (point-min)) - (condition-case err + (condition-case _ (progn (setf org-journal-tags-db (read (current-buffer))) (org-journal-tags-db--migrate))