diff options
| author | Eli Zaretskii | 2006-10-01 17:11:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-10-01 17:11:58 +0000 |
| commit | 7b8e334c0dccecdbc5a51665e44cef64a419f1fc (patch) | |
| tree | 1257e2035f3a5e187b53a2369a57cf135cb4575d | |
| parent | 65e7eb3d3340114922e3a71b425169fd0498235c (diff) | |
| download | emacs-7b8e334c0dccecdbc5a51665e44cef64a419f1fc.tar.gz emacs-7b8e334c0dccecdbc5a51665e44cef64a419f1fc.zip | |
(ffap-rfc-path): Change the address of the RFC repository to
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ffap.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76a55ca2816..fa1a28ce307 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | ||
| 2 | |||
| 3 | * ffap.el (ffap-rfc-path): Change the address of the RFC | ||
| 4 | repository to ftp.rfc-editor.org, as ds.internic.net seems to be | ||
| 5 | gone. | ||
| 6 | |||
| 1 | 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net> | 7 | 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net> |
| 2 | 8 | ||
| 3 | * allout.el (allout-expose-topic): Rectify implementation of "+" | 9 | * 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.") | |||
| 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 |