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

sb-the-register.el fix



2005-04-11  David Hansen  <david.hansen@physik.fu-berlin.de>

	* shimbun/sb-the-register.el (shimbun-get-headers):
        Follow their wicked URL and redirect changes.
--- scratch/src/emacs-w3m/shimbun/sb-the-register.el	2005-03-19 11:48:41.000000000 +0100
+++ share/emacs/site-lisp/sb-the-register.el	2005-04-11 19:34:45.000000000 +0200
@@ -67,7 +67,7 @@
        (setq url (w3m-replace-in-string
 		  url
 		  "http://go\\.theregister\\.com/feed/";
-		  "http://www.theregister.co.uk/";))
+		  ""))
        (shimbun-header-set-xref
 	header (concat url "print.html")))
      header)