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
0a66ac10
Commit
0a66ac10
authored
Feb 11, 2008
by
Glenn Morris
Browse files
(ffap-rfc-directories): Add :version.
parent
8a798137
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/ffap.el
lisp/ffap.el
+1
-0
No files found.
lisp/ChangeLog
View file @
0a66ac10
2008-02-11 Glenn Morris <rgm@gnu.org>
* ffap.el (ffap-rfc-directories): Add :version.
2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
* jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
...
...
@@ -5,6 +9,9 @@
2008-02-11 Kevin Ryde <user42@zip.com.au>
* ffap.el (ffap-rfc-directories): New variable.
(ffap-rfc): Look in those dirs before offering ffap-rfc-path.
* info.el (Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Move to and follow https:// links too.
...
...
lisp/ffap.el
View file @
0a66ac10
...
...
@@ -960,6 +960,7 @@ If t, `ffap-tex-init' will initialize this when needed.")
"A list of directories to look for RFC files.
If a given RFC isn't in these then `ffap-rfc-path' is offered."
:type
'
(
repeat
directory
)
:version
"23.1"
:group
'ffap
)
(
defvar
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