(ffap-rfc-path): Change the address of the RFC repository to
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
|
||||
|
||||
* ffap.el (ffap-rfc-path): Change the address of the RFC
|
||||
repository to ftp.rfc-editor.org, as ds.internic.net seems to be
|
||||
gone.
|
||||
|
||||
2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
|
||||
|
||||
* allout.el (allout-expose-topic): Rectify implementation of "+"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user