Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7b8e334c
Commit
7b8e334c
authored
Oct 01, 2006
by
Eli Zaretskii
Browse files
(ffap-rfc-path): Change the address of the RFC repository to
ftp.rfc-editor.org, as ds.internic.net seems to be gone.
parent
65e7eb3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/ffap.el
lisp/ffap.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7b8e334c
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 "+"
...
...
lisp/ffap.el
View file @
7b8e334c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment