Use cl-lib in place of cl

This commit is contained in:
xeals 2020-03-11 09:23:01 +11:00
parent 1f38085c8f
commit 38f5c14353
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -30,7 +30,7 @@
;;; Commentary:
;;; Code:
(require 'cl)
(require 'cl-lib)
(require 'dash)
(defun origami-get-positions (content regex)