X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=atom.el;h=d57334794612fa7484d291df97902cf5570a4ce7;hb=ab998fcda8e13ac9068eada275365ab8ff8b822a;hp=c4224b85680ae273b942936da6236319ce99bd89;hpb=ed7d99f83fafe4f60eac3d5416212e6c9af010af;p=atom.git diff --git a/atom.el b/atom.el index c4224b8..d573347 100644 --- a/atom.el +++ b/atom.el @@ -1,4 +1,4 @@ -;;; atom.el --- Create an Atom feed +;;; atom.el --- Create an Atom feed -*- lexical-binding: t -*- ;; Copyright (C) 2011 Frédéric Perrin @@ -47,7 +47,7 @@ ;; ;; (atom-print my-atom-feed) ;; ;; If you prefer RSS feeds: -;; (atom-to-rss-print my-atom-feed)) +;; (atom-print-as-rss my-atom-feed)) ;; Full documentation is available at . @@ -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.