aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Jasper2017-08-13 16:50:19 +0200
committerUlf Jasper2017-08-13 16:55:03 +0200
commitabab4b091f2412b435c51b29c4d501f4fc806cb3 (patch)
treeb5eab215211700e443d8a4f5e45ffd630979e384
parent2367c15b18dd6b3aaf82bdbab9d2e833ec838ef4 (diff)
downloademacs-abab4b091f2412b435c51b29c4d501f4fc806cb3.tar.gz
emacs-abab4b091f2412b435c51b29c4d501f4fc806cb3.zip
Remove feeds with dead uris from newsticker--raw-url-list-defaults
* lisp/net/newst-backend.el (newsticker--raw-url-list-defaults): Remove feeds with dead uris.
-rw-r--r--lisp/net/newst-backend.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el
index 3f8c9961b89..8f748c1eba1 100644
--- a/lisp/net/newst-backend.el
+++ b/lisp/net/newst-backend.el
@@ -75,10 +75,6 @@ considered to be running if the newsticker timer list is not empty."
75 "https://www.emacswiki.org/emacs?action=rss" 75 "https://www.emacswiki.org/emacs?action=rss"
76 nil 76 nil
77 3600) 77 3600)
78 ("Freshmeat.net"
79 "http://freshmeat.net/index.atom")
80 ("Kuro5hin.org"
81 "http://www.kuro5hin.org/backend.rdf")
82 ("LWN (Linux Weekly News)" 78 ("LWN (Linux Weekly News)"
83 "http://lwn.net/headlines/rss") 79 "http://lwn.net/headlines/rss")
84 ("NY Times: Technology" 80 ("NY Times: Technology"
@@ -102,9 +98,7 @@ considered to be running if the newsticker timer list is not empty."
102 ("Tagesschau (german)" 98 ("Tagesschau (german)"
103 "http://www.tagesschau.de/newsticker.rdf" 99 "http://www.tagesschau.de/newsticker.rdf"
104 nil 100 nil
105 1800) 101 1800))
106 ("Telepolis (german)"
107 "http://www.heise.de/tp/news.rdf"))
108 "Default URL list in raw form. 102 "Default URL list in raw form.
109This list is fed into defcustom via `newsticker--splicer'.") 103This list is fed into defcustom via `newsticker--splicer'.")
110 104