[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/org-contrib 5ad774ff1a: * lisp/org-registry.el (require):
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/org-contrib 5ad774ff1a: * lisp/org-registry.el (require): Use `cl-lib' instead of obsolete `cl' |
Date: |
Sat, 21 Oct 2023 10:01:18 -0400 (EDT) |
branch: elpa/org-contrib
commit 5ad774ff1ad21824dbfbf6ee7c20e3ea35f368de
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
* lisp/org-registry.el (require): Use `cl-lib' instead of obsolete `cl'
---
lisp/org-registry.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-registry.el b/lisp/org-registry.el
index e14d49b4a2..030a04d433 100644
--- a/lisp/org-registry.el
+++ b/lisp/org-registry.el
@@ -64,7 +64,7 @@
;;; Code:
(eval-when-compile
- (require 'cl))
+ (require 'cl-lib))
(defgroup org-registry nil
"A registry for Org."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/org-contrib 5ad774ff1a: * lisp/org-registry.el (require): Use `cl-lib' instead of obsolete `cl',
ELPA Syncer <=