diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-10-01 17:11:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-10-01 17:11:58 +0000 |
commit | 7b8e334c0dccecdbc5a51665e44cef64a419f1fc (patch) | |
tree | 1257e2035f3a5e187b53a2369a57cf135cb4575d /lisp/ffap.el | |
parent | 65e7eb3d3340114922e3a71b425169fd0498235c (diff) | |
download | emacs-7b8e334c0dccecdbc5a51665e44cef64a419f1fc.tar.gz |
(ffap-rfc-path): Change the address of the RFC repository to
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |