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

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

[elpa] externals/webfeeder bfeb09c 16/22: RSS: Remove subtitle from item


From: Pierre Neidhardt
Subject: [elpa] externals/webfeeder bfeb09c 16/22: RSS: Remove subtitle from items since they are not supported by the standard
Date: Tue, 26 Mar 2019 07:10:03 -0400 (EDT)

branch: externals/webfeeder
commit bfeb09c4b5792eb2db19586296d8103bbf6fe27c
Author: Pierre Neidhardt <address@hidden>
Commit: Pierre Neidhardt <address@hidden>

    RSS: Remove subtitle from items since they are not supported by the standard
---
 webfeeder.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/webfeeder.el b/webfeeder.el
index f5ae1d8..853be21 100644
--- a/webfeeder.el
+++ b/webfeeder.el
@@ -299,8 +299,6 @@ The date is set to epoch if the item date is nil."
    (when (webfeeder-item-author item)
      (concat "  <author>" (webfeeder-item-author item) "</author>\n"))
    "  <title>" (webfeeder-item-title item) "</title>\n"
-   (when (webfeeder-item-subtitle item)
-     (concat "  <comments>" (webfeeder-item-subtitle item) "</comments>\n"))
    "  <description><![CDATA[" (webfeeder-item-body item) "]]></description>\n"
    (when (webfeeder-item-categories item)
      (mapconcat (lambda (cat) (concat "  <category>" cat "</category>"))



reply via email to

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