emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0b858d9: Fix uri of Emacs Wiki


From: Ulf Jasper
Subject: [Emacs-diffs] master 0b858d9: Fix uri of Emacs Wiki
Date: Sun, 13 Aug 2017 10:28:18 -0400 (EDT)

branch: master
commit 0b858d9a88509e1ad67826fec57cb6ecaf8812f2
Author: Ulf Jasper <address@hidden>
Commit: Ulf Jasper <address@hidden>

    Fix uri of Emacs Wiki
    
    * lisp/net/newst-backend.el (newsticker--raw-url-list-defaults): Fix
      uri of Emacs Wiki.  (Bug#27981)
---
 lisp/net/newst-backend.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el
index f38c72a..3f8c996 100644
--- a/lisp/net/newst-backend.el
+++ b/lisp/net/newst-backend.el
@@ -72,7 +72,7 @@ considered to be running if the newsticker timer list is not 
empty."
     ("Debian Security Advisories - Long format"
     "http://www.debian.org/security/dsa-long.en.rdf";)
     ("Emacs Wiki"
-    "http://www.emacswiki.org/cgi-bin/wiki.pl?action=rss";
+    "https://www.emacswiki.org/emacs?action=rss";
     nil
     3600)
     ("Freshmeat.net"



reply via email to

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