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.") | |||
| 954 | (substring name 2)))) | 954 | (substring name 2)))) |
| 955 | 955 | ||
| 956 | (defvar ffap-rfc-path | 956 | (defvar ffap-rfc-path |
| 957 | (concat (ffap-host-to-filename "ds.internic.net") "/rfc/rfc%s.txt")) | 957 | (concat (ffap-host-to-filename "ftp.rfc-editor.org") "/in-notes/rfc%s.txt")) |
| 958 | 958 | ||
| 959 | (defun ffap-rfc (name) | 959 | (defun ffap-rfc (name) |
| 960 | (format ffap-rfc-path | 960 | (format ffap-rfc-path |