From 7b8e334c0dccecdbc5a51665e44cef64a419f1fc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 1 Oct 2006 17:11:58 +0000 Subject: [PATCH] (ffap-rfc-path): Change the address of the RFC repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone. --- lisp/ChangeLog | 6 ++++++ lisp/ffap.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76a55ca2816..fa1a28ce307 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-10-01 Bob Rogers (tiny change) + + * ffap.el (ffap-rfc-path): Change the address of the RFC + repository to ftp.rfc-editor.org, as ds.internic.net seems to be + gone. + 2006-10-01 Stephen Berman * allout.el (allout-expose-topic): Rectify implementation of "+" diff --git a/lisp/ffap.el b/lisp/ffap.el index 5ff63bfdec2..bd0c213ba6e 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -954,7 +954,7 @@ If t, `ffap-tex-init' will initialize this when needed.") (substring name 2)))) (defvar ffap-rfc-path - (concat (ffap-host-to-filename "ds.internic.net") "/rfc/rfc%s.txt")) + (concat (ffap-host-to-filename "ftp.rfc-editor.org") "/in-notes/rfc%s.txt")) (defun ffap-rfc (name) (format ffap-rfc-path -- 2.39.2