From 3699ffd4266ac1f00f65b2beffb3af7607741364 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 16 Feb 2006 15:37:16 +0000 Subject: [PATCH] emacs: Fix the HTTP proxy definitions. --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index 965b643..e76ff52 100644 --- a/emacs +++ b/emacs @@ -490,7 +490,7 @@ ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(url-cookie-untrusted-urls (quote ("."))) - '(url-proxy-services (quote (("http" . "tux.nsict.org:3128") ("ftp" . "tux.nsict.org:3128") ("gopher" . "tux.nsict.org:3128")))) + '(url-proxy-services (quote (("http" . "metalzone.distorted.org.uk:3128") ("ftp" . "metalzone.distorted.org.uk:3128") ("gopher" . "metalzone.distorted.org.uk:3128")))) '(w3-do-incremental-display t) '(w3-honor-stylesheets nil) '(w3-use-menus (quote (file edit view go bookmark options buffers style search emacs nil help))) -- 2.11.0