From: Frédéric Perrin Date: Tue, 26 Mar 2024 19:59:55 +0000 (+0000) Subject: Stop requiring 'cl X-Git-Url: http://gitweb.fperrin.net/?p=atom.el.git;a=commitdiff_plain;h=ab998fcda8e13ac9068eada275365ab8ff8b822a Stop requiring 'cl --- 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.