diff options
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 |