summaryrefslogtreecommitdiff
path: root/ledger-occur.el
diff options
context:
space:
mode:
Diffstat (limited to 'ledger-occur.el')
-rw-r--r--ledger-occur.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/ledger-occur.el b/ledger-occur.el
index a4fde2e..32a1bd9 100644
--- a/ledger-occur.el
+++ b/ledger-occur.el
@@ -29,7 +29,9 @@
;;; Code:
-(require 'cl)
+;; TODO: replace this with (require 'cl-lib)
+(with-no-warnings
+ (require 'cl))
(require 'ledger-navigate)
(defconst ledger-occur-overlay-property-name 'ledger-occur-custom-buffer-grep)