emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-contrib 16e680a4ff 02/10: lisp/ox-s5.el: Use non-obsol


From: ELPA Syncer
Subject: [nongnu] elpa/org-contrib 16e680a4ff 02/10: lisp/ox-s5.el: Use non-obsolete cl-lib name
Date: Wed, 17 Jan 2024 07:00:55 -0500 (EST)

branch: elpa/org-contrib
commit 16e680a4ff66bbe342772a33bc18b05f6d5981ef
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/ox-s5.el: Use non-obsolete cl-lib name
    
    * lisp/ox-s5.el (require): Require cl-lib rather than obsolete cl.
---
 lisp/ox-s5.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-s5.el b/lisp/ox-s5.el
index 6e147eb81c..ef8a4abb4e 100644
--- a/lisp/ox-s5.el
+++ b/lisp/ox-s5.el
@@ -55,7 +55,7 @@
 ;; for missing values.
 
 (require 'ox-html)
-(eval-when-compile (require 'cl))
+(eval-when-compile (require 'cl-lib))
 
 (org-export-define-derived-backend 's5 'html
   :menu-entry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]