From 38f5c14353afba67e89a794050c20d715165a11a Mon Sep 17 00:00:00 2001 From: xeals Date: Wed, 11 Mar 2020 09:23:01 +1100 Subject: [PATCH] Use cl-lib in place of cl --- origami-parsers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/origami-parsers.el b/origami-parsers.el index 87c704f..bd335a5 100644 --- a/origami-parsers.el +++ b/origami-parsers.el @@ -30,7 +30,7 @@ ;;; Commentary: ;;; Code: -(require 'cl) +(require 'cl-lib) (require 'dash) (defun origami-get-positions (content regex)