diff options
| author | Glenn Morris | 2008-02-11 04:07:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-11 04:07:14 +0000 |
| commit | 0a66ac10cf2a87559e5c8c6e1fef8344ef70692b (patch) | |
| tree | 3a8bb567abdad87d1526bd64ceed83dd8ff6c55b | |
| parent | 8a798137003661bf0a624898bca99741096fd8c3 (diff) | |
| download | emacs-0a66ac10cf2a87559e5c8c6e1fef8344ef70692b.tar.gz emacs-0a66ac10cf2a87559e5c8c6e1fef8344ef70692b.zip | |
(ffap-rfc-directories): Add :version.
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ffap.el | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a88b95e473..f38cc8aaf40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ffap.el (ffap-rfc-directories): Add :version. | ||
| 4 | |||
| 1 | 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com> | 5 | 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com> |
| 2 | 6 | ||
| 3 | * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz | 7 | * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz |
| @@ -5,6 +9,9 @@ | |||
| 5 | 9 | ||
| 6 | 2008-02-11 Kevin Ryde <user42@zip.com.au> | 10 | 2008-02-11 Kevin Ryde <user42@zip.com.au> |
| 7 | 11 | ||
| 12 | * ffap.el (ffap-rfc-directories): New variable. | ||
| 13 | (ffap-rfc): Look in those dirs before offering ffap-rfc-path. | ||
| 14 | |||
| 8 | * info.el (Info-next-reference, Info-prev-reference) | 15 | * info.el (Info-next-reference, Info-prev-reference) |
| 9 | (Info-try-follow-nearest-node): Move to and follow https:// links too. | 16 | (Info-try-follow-nearest-node): Move to and follow https:// links too. |
| 10 | 17 | ||
diff --git a/lisp/ffap.el b/lisp/ffap.el index 9d3b2142f39..2c750d8f612 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -960,6 +960,7 @@ If t, `ffap-tex-init' will initialize this when needed.") | |||
| 960 | "A list of directories to look for RFC files. | 960 | "A list of directories to look for RFC files. |
| 961 | If a given RFC isn't in these then `ffap-rfc-path' is offered." | 961 | If a given RFC isn't in these then `ffap-rfc-path' is offered." |
| 962 | :type '(repeat directory) | 962 | :type '(repeat directory) |
| 963 | :version "23.1" | ||
| 963 | :group 'ffap) | 964 | :group 'ffap) |
| 964 | 965 | ||
| 965 | (defvar ffap-rfc-path | 966 | (defvar ffap-rfc-path |