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