From d94c1de9445c075292d55fe042ab9e963c0a1df3 Mon Sep 17 00:00:00 2001 From: Mike O <33993323+mikeo85@users.noreply.github.com> Date: Wed, 23 Sep 2020 12:10:19 -0400 Subject: [PATCH] Updating depreciated package `cl` to `cl-lib`. Updating depreciated package `cl` to `cl-lib`. Ref: https://github.com/alphapapa/org-protocol-capture-html/issues/41#issue-707497218 --- org-protocol-capture-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-protocol-capture-html.el b/org-protocol-capture-html.el index 8174c1a..17e4c6c 100644 --- a/org-protocol-capture-html.el +++ b/org-protocol-capture-html.el @@ -31,7 +31,7 @@ ;;;; Require (require 'org-protocol) -(require 'cl) +(require 'cl-lib) (require 'subr-x) (require 's)