From ab998fcda8e13ac9068eada275365ab8ff8b822a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Perrin?= Date: Tue, 26 Mar 2024 19:59:55 +0000 Subject: [PATCH] Stop requiring 'cl --- atom.el | 1 - 1 file changed, 1 deletion(-) diff --git a/atom.el b/atom.el index 2a428a4..d573347 100644 --- a/atom.el +++ b/atom.el @@ -55,7 +55,6 @@ (require 'xml) (require 'url-parse) -(require 'cl) ; for setf in url-canonalize (defun atom-create (title link &optional subtitle self id author updated) "Create a new atom structure. -- 2.43.0