branch: externals/denote-journal
commit 3a6ce875c9bdea6157efd345fffbd1726cc3357e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add eval-when-compile for cl-lib because we use cl-letf
---
 denote-journal.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote-journal.el b/denote-journal.el
index 75e451502a..7fac071a4f 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -33,6 +33,7 @@
 
 (require 'denote)
 (require 'calendar)
+(eval-when-compile (require 'cl-lib))
 
 (defgroup denote-journal nil
   "Convenience functions for daily journaling with Denote."

Reply via email to