From ce5607c20fdb89c6a9200879f154c5eed02ed71e Mon Sep 17 00:00:00 2001 From: Toby Date: Thu, 4 Mar 2021 17:39:34 +0000 Subject: [PATCH] Changed cl for cl-lib Removes "package cl is deprecated warning in emacs 27.1. For more info see this thread: https://github.com/kiwanami/emacs-epc/issues/35 --- org-bullets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-bullets.el b/org-bullets.el index b161148..d4d6c99 100644 --- a/org-bullets.el +++ b/org-bullets.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-when-compile (require 'cl)) +(eval-when-compile (require 'cl-lib)) (defgroup org-bullets nil "Display bullets as UTF-8 characters"