diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:18:43 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:28:14 +0200 |
commit | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (patch) | |
tree | 4cdabf1cb472477c4fb88cb7fc3bc72956f3920d /lisp/net | |
parent | b03f74e0f2a578b1580e8b1c368665850ee7f808 (diff) | |
download | emacs-379c0592632e3ddb3f2ce454d80ee05a643b1541.tar.gz emacs-379c0592632e3ddb3f2ce454d80ee05a643b1541.tar.bz2 emacs-379c0592632e3ddb3f2ce454d80ee05a643b1541.zip |
Remove some obsolete URLs
* lisp/net/newst-backend.el (newsticker--raw-url-list-defaults):
Remove some obsolete URLs.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/newst-backend.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index b8f1bccd788..2c32a2cf2ea 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el @@ -68,9 +68,6 @@ considered to be running if the newsticker timer list is not empty." ;; Hard-coding URLs like this is a recipe for propagating obsolete info. (defconst newsticker--raw-url-list-defaults '( - ;; 2017/12: no response. -;;; ("CNET News.com" -;;; "http://export.cnet.com/export/feeds/news/rss/1,11176,,00.xml") ("Debian Security Advisories" "http://www.debian.org/security/dsa.en.rdf") ("Debian Security Advisories - Long format" @@ -81,11 +78,6 @@ considered to be running if the newsticker timer list is not empty." 3600) ("LWN (Linux Weekly News)" "https://lwn.net/headlines/rss") - ;; Not updated since 2010. -;;; ("NY Times: Technology" -;;; "http://www.nytimes.com/services/xml/rss/userland/Technology.xml") -;;; ("NY Times" -;;; "http://www.nytimes.com/services/xml/rss/userland/HomePage.xml") ("Quote of the day" "http://feeds.feedburner.com/quotationspage/qotd" "07:00" |